Shades of Conifer #ACF64A
Tints of Conifer #ACF64A
RGB
CMYK
RGB Variations
Color information
#ACF64A (or 0xACF64A) is known color: Conifer. HEX triplet: AC, F6 and 4A. RGB value is (172,246,74). Sum of RGB (Red+Green+Blue) = 172+246+74=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 246 (96.48% from 255 or 50% from 492); Blue value is 74 (29.30% from 255 or 15.04% from 492); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF64A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF64A is #5309B5. Grayscale: #CCCCCC. Windows color (decimal): -5441974 or 4912812. OLE color: 4912812.
HSL color Cylindrical-coordinate representation of color #ACF64A: hue angle of 85.81º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACF64A is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 74 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.04 |
| HSL | 85.81º | 0.91% | 0.63% | - |
| HSV(B) | 85.81º | 0.7% | 0.96% | - |
| XYZ | 51.21 | 75.18 | 18.29 | - |
| YUV | 204.27 | 54.48 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 74 | 0.30 | 0 | 0.70 | 0.04 | 85.81 | 0.91 | 0.63 |
| Hex | AC | F6 | 4A | 1E | 0 | 46 | 4 | 56 | 5B | 3F |
| Octal | 254 | 366 | 112 | 36 | 0 | 106 | 4 | 126 | 133 | 77 |
| Binary | 10101100 | 11110110 | 1001010 | 11110 | 0 | 1000110 | 100 | 1010110 | 1011011 | 111111 |
Color Harmonies of #ACF64A
Complementary color
Monochromatic Colors of #ACF64A
Black with #ACF64A
Text Example
Text Example
White with #ACF64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF64A; }
p { color: rgb(172,246,74); }
H1.HeaderClassName
{
color: #ACF64A;
}
.AnyTagClassName
{
color: #ACF64A;
}
</style>
background-color css
<style>
a { background-color: #ACF64A; }
a { background-color: rgb(172,246,74); }
div.DivClassName
{
background-color: #ACF64A;
}
.BgClassName
{
background-color: #ACF64A;
}
</style>
border-color css
<style>
span { border-color: #ACF64A; }
span { border-color: rgb(172,246,74); }
td.TdClassName
{
border-color: #ACF64A;
}
.TagClassName
{
border-color: #ACF64A;
}
</style>