Shades of Conifer #ACF466
Tints of Conifer #ACF466
RGB
CMYK
RGB Variations
Color information
#ACF466 (or 0xACF466) is known color: Conifer. HEX triplet: AC, F4 and 66. RGB value is (172,244,102). Sum of RGB (Red+Green+Blue) = 172+244+102=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 244 (95.70% from 255 or 47.10% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF466 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF466 is #530B99. Grayscale: #CECECE. Windows color (decimal): -5442458 or 6747308. OLE color: 6747308.
HSL color Cylindrical-coordinate representation of color #ACF466: hue angle of 90.42º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACF466 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 102 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.04 |
| HSL | 90.42º | 0.87% | 0.68% | - |
| HSV(B) | 90.42º | 0.58% | 0.96% | - |
| XYZ | 51.76 | 74.43 | 24.21 | - |
| YUV | 206.28 | 69.15 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 102 | 0.30 | 0 | 0.58 | 0.04 | 90.42 | 0.87 | 0.68 |
| Hex | AC | F4 | 66 | 1E | 0 | 3A | 4 | 5A | 57 | 44 |
| Octal | 254 | 364 | 146 | 36 | 0 | 72 | 4 | 132 | 127 | 104 |
| Binary | 10101100 | 11110100 | 1100110 | 11110 | 0 | 111010 | 100 | 1011010 | 1010111 | 1000100 |
Color Harmonies of #ACF466
Complementary color
Monochromatic Colors of #ACF466
Black with #ACF466
Text Example
Text Example
White with #ACF466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF466; }
p { color: rgb(172,244,102); }
H1.HeaderClassName
{
color: #ACF466;
}
.AnyTagClassName
{
color: #ACF466;
}
</style>
background-color css
<style>
a { background-color: #ACF466; }
a { background-color: rgb(172,244,102); }
div.DivClassName
{
background-color: #ACF466;
}
.BgClassName
{
background-color: #ACF466;
}
</style>
border-color css
<style>
span { border-color: #ACF466; }
span { border-color: rgb(172,244,102); }
td.TdClassName
{
border-color: #ACF466;
}
.TagClassName
{
border-color: #ACF466;
}
</style>