Shades of Conifer #ACF85A
Tints of Conifer #ACF85A
RGB
CMYK
RGB Variations
Color information
#ACF85A (or 0xACF85A) is known color: Conifer. HEX triplet: AC, F8 and 5A. RGB value is (172,248,90). Sum of RGB (Red+Green+Blue) = 172+248+90=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 248 (97.27% from 255 or 48.63% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF85A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF85A is #5307A5. Grayscale: #CFCFCF. Windows color (decimal): -5441446 or 5961900. OLE color: 5961900.
HSL color Cylindrical-coordinate representation of color #ACF85A: hue angle of 88.86º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACF85A is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 90 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.03 |
| HSL | 88.86º | 0.92% | 0.66% | - |
| HSV(B) | 88.86º | 0.64% | 0.97% | - |
| XYZ | 52.43 | 76.64 | 21.7 | - |
| YUV | 207.26 | 61.82 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 90 | 0.31 | 0 | 0.64 | 0.03 | 88.86 | 0.92 | 0.66 |
| Hex | AC | F8 | 5A | 1F | 0 | 40 | 3 | 59 | 5C | 42 |
| Octal | 254 | 370 | 132 | 37 | 0 | 100 | 3 | 131 | 134 | 102 |
| Binary | 10101100 | 11111000 | 1011010 | 11111 | 0 | 1000000 | 11 | 1011001 | 1011100 | 1000010 |
Color Harmonies of #ACF85A
Complementary color
Monochromatic Colors of #ACF85A
Black with #ACF85A
Text Example
Text Example
White with #ACF85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF85A; }
p { color: rgb(172,248,90); }
H1.HeaderClassName
{
color: #ACF85A;
}
.AnyTagClassName
{
color: #ACF85A;
}
</style>
background-color css
<style>
a { background-color: #ACF85A; }
a { background-color: rgb(172,248,90); }
div.DivClassName
{
background-color: #ACF85A;
}
.BgClassName
{
background-color: #ACF85A;
}
</style>
border-color css
<style>
span { border-color: #ACF85A; }
span { border-color: rgb(172,248,90); }
td.TdClassName
{
border-color: #ACF85A;
}
.TagClassName
{
border-color: #ACF85A;
}
</style>