Html Css Color HEX #ACF86A Sulu

📋 copy color: '#ACF86A'

red 172 ◦ green 248 ◦ blue 106

#ACF86A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #ACF86A

Tints of Sulu #ACF86A

RGB

 RED value IS 172 (67.58% from 255) = 32.7%

 GREEN value IS 248 (97.27% from 255) = 47.15%

 BLUE value IS 106 (41.8% from 255) = 20.15%

R = 32.7%
G = 47.15%
B = 20.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ACF86A (or 0xACF86A) is known color: Sulu. HEX triplet: AC, F8 and 6A. RGB value is (172,248,106). Sum of RGB (Red+Green+Blue) = 172+248+106=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 248 (97.27% from 255 or 47.15% from 526); Blue value is 106 (41.80% from 255 or 20.15% from 526); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF86A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF86A is #530795. Grayscale: #D1D1D1. Windows color (decimal): -5441430 or 7010476. OLE color: 7010476.

HSL color Cylindrical-coordinate representation of color #ACF86A: hue angle of 92.11º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACF86A is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 248 106 -
CMYK 0.31 0 0.57 0.03
HSL 92.11º 0.91% 0.69% -
HSV(B) 92.11º 0.57% 0.97% -
XYZ 53.18 76.95 25.68 -
YUV 209.09 69.82 101.55 -
System Red Green Blue C M Y K H S L
Decimal 172 248 106 0.31 0 0.57 0.03 92.11 0.91 0.69
Hex AC F8 6A 1F 0 39 3 5C 5B 45
Octal 254 370 152 37 0 71 3 134 133 105
Binary 10101100 11111000 1101010 11111 0 111001 11 1011100 1011011 1000101

Color Harmonies of #ACF86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF86A

Black with #ACF86A

Text Example


Text Example

White with #ACF86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF86A; }

 p { color: rgb(172,248,106); }

 H1.HeaderClassName
 {
   color: #ACF86A;
 }
 .AnyTagClassName
 {
   color: #ACF86A;
 }
</style>

background-color css

<style>
 a { background-color: #ACF86A; }

 a { background-color: rgb(172,248,106); }

 div.DivClassName
 {
   background-color: #ACF86A;
 }
 .BgClassName
 {
   background-color: #ACF86A;
 }
</style>

border-color css

<style>
 span { border-color: #ACF86A; }

 span { border-color: rgb(172,248,106); }

 td.TdClassName
 {
   border-color: #ACF86A;
 }
 .TagClassName
 {
   border-color: #ACF86A;
 }
</style>