Shades of Conifer #ACF56A
Tints of Conifer #ACF56A
RGB
CMYK
RGB Variations
Color information
#ACF56A (or 0xACF56A) is known color: Conifer. HEX triplet: AC, F5 and 6A. RGB value is (172,245,106). Sum of RGB (Red+Green+Blue) = 172+245+106=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 245 (96.09% from 255 or 46.85% from 523); Blue value is 106 (41.80% from 255 or 20.27% from 523); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF56A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF56A is #530A95. Grayscale: #CFCFCF. Windows color (decimal): -5442198 or 7009708. OLE color: 7009708.
HSL color Cylindrical-coordinate representation of color #ACF56A: hue angle of 91.51º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACF56A is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 106 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.04 |
| HSL | 91.51º | 0.87% | 0.69% | - |
| HSV(B) | 91.51º | 0.57% | 0.96% | - |
| XYZ | 52.27 | 75.12 | 25.38 | - |
| YUV | 207.33 | 70.82 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 106 | 0.30 | 0 | 0.57 | 0.04 | 91.51 | 0.87 | 0.69 |
| Hex | AC | F5 | 6A | 1E | 0 | 39 | 4 | 5C | 57 | 45 |
| Octal | 254 | 365 | 152 | 36 | 0 | 71 | 4 | 134 | 127 | 105 |
| Binary | 10101100 | 11110101 | 1101010 | 11110 | 0 | 111001 | 100 | 1011100 | 1010111 | 1000101 |
Color Harmonies of #ACF56A
Complementary color
Monochromatic Colors of #ACF56A
Black with #ACF56A
Text Example
Text Example
White with #ACF56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF56A; }
p { color: rgb(172,245,106); }
H1.HeaderClassName
{
color: #ACF56A;
}
.AnyTagClassName
{
color: #ACF56A;
}
</style>
background-color css
<style>
a { background-color: #ACF56A; }
a { background-color: rgb(172,245,106); }
div.DivClassName
{
background-color: #ACF56A;
}
.BgClassName
{
background-color: #ACF56A;
}
</style>
border-color css
<style>
span { border-color: #ACF56A; }
span { border-color: rgb(172,245,106); }
td.TdClassName
{
border-color: #ACF56A;
}
.TagClassName
{
border-color: #ACF56A;
}
</style>