Shades of Conifer #ACF24F
Tints of Conifer #ACF24F
RGB
CMYK
RGB Variations
Color information
#ACF24F (or 0xACF24F) is known color: 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
| RGB | 172 | 242 | 79 | - |
| CMYK | 0.29 | 0 | 0.67 | 0.05 |
| HSL | 85.77º | 0.86% | 0.63% | - |
| HSV(B) | 85.77º | 0.67% | 0.95% | - |
| XYZ | 50.18 | 72.84 | 18.81 | - |
| YUV | 202.49 | 58.31 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 79 | 0.29 | 0 | 0.67 | 0.05 | 85.77 | 0.86 | 0.63 |
| Hex | AC | F2 | 4F | 1D | 0 | 43 | 5 | 56 | 56 | 3F |
| Octal | 254 | 362 | 117 | 35 | 0 | 103 | 5 | 126 | 126 | 77 |
| Binary | 10101100 | 11110010 | 1001111 | 11101 | 0 | 1000011 | 101 | 1010110 | 1010110 | 111111 |
Color Harmonies of #ACF24F
Complementary color
Monochromatic Colors of #ACF24F
Black with #ACF24F
Text Example
Text Example
White with #ACF24F
Text Example
Text Example
HTML Codes & Css Web 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>