Shades of Conifer #ACF06A
Tints of Conifer #ACF06A
RGB
CMYK
RGB Variations
Color information
#ACF06A (or 0xACF06A) is known color: Conifer. HEX triplet: AC, F0 and 6A. RGB value is (172,240,106). Sum of RGB (Red+Green+Blue) = 172+240+106=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 240 (94.14% from 255 or 46.33% from 518); Blue value is 106 (41.80% from 255 or 20.46% from 518); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF06A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF06A is #530F95. Grayscale: #CCCCCC. Windows color (decimal): -5443478 or 7008428. OLE color: 7008428.
HSL color Cylindrical-coordinate representation of color #ACF06A: hue angle of 90.45º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACF06A is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 106 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.06 |
| HSL | 90.45º | 0.82% | 0.68% | - |
| HSV(B) | 90.45º | 0.56% | 0.94% | - |
| XYZ | 50.77 | 72.13 | 24.88 | - |
| YUV | 204.39 | 72.47 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 106 | 0.28 | 0 | 0.56 | 0.06 | 90.45 | 0.82 | 0.68 |
| Hex | AC | F0 | 6A | 1C | 0 | 38 | 6 | 5A | 52 | 44 |
| Octal | 254 | 360 | 152 | 34 | 0 | 70 | 6 | 132 | 122 | 104 |
| Binary | 10101100 | 11110000 | 1101010 | 11100 | 0 | 111000 | 110 | 1011010 | 1010010 | 1000100 |
Color Harmonies of #ACF06A
Complementary color
Monochromatic Colors of #ACF06A
Black with #ACF06A
Text Example
Text Example
White with #ACF06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF06A; }
p { color: rgb(172,240,106); }
H1.HeaderClassName
{
color: #ACF06A;
}
.AnyTagClassName
{
color: #ACF06A;
}
</style>
background-color css
<style>
a { background-color: #ACF06A; }
a { background-color: rgb(172,240,106); }
div.DivClassName
{
background-color: #ACF06A;
}
.BgClassName
{
background-color: #ACF06A;
}
</style>
border-color css
<style>
span { border-color: #ACF06A; }
span { border-color: rgb(172,240,106); }
td.TdClassName
{
border-color: #ACF06A;
}
.TagClassName
{
border-color: #ACF06A;
}
</style>