Html Css Color HEX #ACF566 Conifer

📋 copy color: '#ACF566'

red 172 ◦ green 245 ◦ blue 102

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

Shades of Conifer #ACF566

Tints of Conifer #ACF566

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.21%

 BLUE value IS 102 (40.23% from 255) = 19.65%

R = 33.14%
G = 47.21%
B = 19.65%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#ACF566 (or 0xACF566) is known color: Conifer. HEX triplet: AC, F5 and 66. RGB value is (172,245,102). Sum of RGB (Red+Green+Blue) = 172+245+102=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 245 (96.09% from 255 or 47.21% from 519); Blue value is 102 (40.23% from 255 or 19.65% from 519); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF566 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF566 is #530A99. Grayscale: #CFCFCF. Windows color (decimal): -5442202 or 6747564. OLE color: 6747564.

HSL color Cylindrical-coordinate representation of color #ACF566: hue angle of 90.63º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACF566 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 245 102 -
CMYK 0.30 0 0.58 0.04
HSL 90.63º 0.88% 0.68% -
HSV(B) 90.63º 0.58% 0.96% -
XYZ 52.06 75.03 24.31 -
YUV 206.87 68.82 103.13 -
System Red Green Blue C M Y K H S L
Decimal 172 245 102 0.30 0 0.58 0.04 90.63 0.88 0.68
Hex AC F5 66 1E 0 3A 4 5B 58 44
Octal 254 365 146 36 0 72 4 133 130 104
Binary 10101100 11110101 1100110 11110 0 111010 100 1011011 1011000 1000100

Color Harmonies of #ACF566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF566

Black with #ACF566

Text Example


Text Example

White with #ACF566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF566; }

 p { color: rgb(172,245,102); }

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

background-color css

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

 a { background-color: rgb(172,245,102); }

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

border-color css

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

 span { border-color: rgb(172,245,102); }

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