#ACF566

Color #ACF566 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #ACF566

Tints of Conifer #ACF566

Color information

#ACF566 (or 0xACF566) is unknown color: approx 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

RGB172245102-
CMYK0.3000.580.04
HSL90.63º87.73%68.04%-
HSV(B)90.63º58.37%96.08%-
XYZ52.0675.0324.31-
YUV206.8768.82103.13-

RGB Variations

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

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 (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722451020.3000.580.0490.6387.7368.04
HexACF5661E03A45b5844
Octal254365146360724133130104
Binary10101100111101011100110111100111010100101101110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>