Shades of Conifer #ACF24D
Tints of Conifer #ACF24D
RGB
CMYK
RGB Variations
Color information
#ACF24D (or 0xACF24D) is known color: Conifer. HEX triplet: AC, F2 and 4D. RGB value is (172,242,77). Sum of RGB (Red+Green+Blue) = 172+242+77=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 77 (30.47% from 255 or 15.68% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF24D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF24D is #530DB2. Grayscale: #CACACA. Windows color (decimal): -5442995 or 5108396. OLE color: 5108396.
HSL color Cylindrical-coordinate representation of color #ACF24D: hue angle of 85.45º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ACF24D is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 77 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.05 |
| HSL | 85.45º | 0.86% | 0.63% | - |
| HSV(B) | 85.45º | 0.68% | 0.95% | - |
| XYZ | 50.1 | 72.81 | 18.43 | - |
| YUV | 202.26 | 57.31 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 77 | 0.29 | 0 | 0.68 | 0.05 | 85.45 | 0.86 | 0.63 |
| Hex | AC | F2 | 4D | 1D | 0 | 44 | 5 | 55 | 56 | 3F |
| Octal | 254 | 362 | 115 | 35 | 0 | 104 | 5 | 125 | 126 | 77 |
| Binary | 10101100 | 11110010 | 1001101 | 11101 | 0 | 1000100 | 101 | 1010101 | 1010110 | 111111 |
Color Harmonies of #ACF24D
Complementary color
Monochromatic Colors of #ACF24D
Black with #ACF24D
Text Example
Text Example
White with #ACF24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF24D; }
p { color: rgb(172,242,77); }
H1.HeaderClassName
{
color: #ACF24D;
}
.AnyTagClassName
{
color: #ACF24D;
}
</style>
background-color css
<style>
a { background-color: #ACF24D; }
a { background-color: rgb(172,242,77); }
div.DivClassName
{
background-color: #ACF24D;
}
.BgClassName
{
background-color: #ACF24D;
}
</style>
border-color css
<style>
span { border-color: #ACF24D; }
span { border-color: rgb(172,242,77); }
td.TdClassName
{
border-color: #ACF24D;
}
.TagClassName
{
border-color: #ACF24D;
}
</style>