#ACF24F

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

Shades of Conifer #ACF24F

Tints of Conifer #ACF24F

Color information

#ACF24F (or 0xACF24F) is unknown color: approx Conifer. HEX triplet: AC, F2 and 4F. RGB value is (172,242,79). Sum of RGB (Red+Green+Blue) = 172+242+79=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 79 (31.25% from 255 or 16.02% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF24F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF24F is #530DB0. Grayscale: #CBCBCB. Windows color (decimal): -5442993 or 5239468. OLE color: 5239468.

HSL color Cylindrical-coordinate representation of color #ACF24F: hue angle of 85.77º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACF24F is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB17224279-
CMYK0.2900.670.05
HSL85.77º86.24%62.94%-
HSV(B)85.77º67.36%94.9%-
XYZ50.1872.8418.81-
YUV202.4958.31106.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 242 (94.92% from 255) = 49.09%
BLUE value IS 79 (31.25% from 255) = 16.02%
R=34.89%
G=49.09%
B=16.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal172242790.2900.670.0585.7786.2462.94
HexACF24F1D043556563f
Octal254362117350103512612677
Binary10101100111100101001111111010100001110110101101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF24F; }

 p { color: rgb(172,242,79); }

 H1.HeaderClassName
 {
   color: #ACF24F;
 }
 .AnyTagClassName
 {
   color: #ACF24F;
 }
</style>
background-color css

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

 a { background-color: rgb(172,242,79); }

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

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

 span { border-color: rgb(172,242,79); }

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