Shades of Conifer #ACD65F
Tints of Conifer #ACD65F
RGB
CMYK
RGB Variations
Color information
#ACD65F (or 0xACD65F) is known color: Conifer. HEX triplet: AC, D6 and 5F. RGB value is (172,214,95). Sum of RGB (Red+Green+Blue) = 172+214+95=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 95 (37.5% from 255 or 19.75% from 481); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD65F is #5329A0. Grayscale: #BCBCBC. Windows color (decimal): -5450145 or 6280876. OLE color: 6280876.
HSL color Cylindrical-coordinate representation of color #ACD65F: hue angle of 81.18º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACD65F is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 95 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.16 |
| HSL | 81.18º | 0.59% | 0.61% | - |
| HSV(B) | 81.18º | 0.56% | 0.84% | - |
| XYZ | 43.13 | 57.69 | 19.69 | - |
| YUV | 187.88 | 75.59 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 95 | 0.20 | 0 | 0.56 | 0.16 | 81.18 | 0.59 | 0.61 |
| Hex | AC | D6 | 5F | 14 | 0 | 38 | 10 | 51 | 3B | 3D |
| Octal | 254 | 326 | 137 | 24 | 0 | 70 | 20 | 121 | 73 | 75 |
| Binary | 10101100 | 11010110 | 1011111 | 10100 | 0 | 111000 | 10000 | 1010001 | 111011 | 111101 |
Color Harmonies of #ACD65F
Complementary color
Monochromatic Colors of #ACD65F
Black with #ACD65F
Text Example
Text Example
White with #ACD65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD65F; }
p { color: rgb(172,214,95); }
H1.HeaderClassName
{
color: #ACD65F;
}
.AnyTagClassName
{
color: #ACD65F;
}
</style>
background-color css
<style>
a { background-color: #ACD65F; }
a { background-color: rgb(172,214,95); }
div.DivClassName
{
background-color: #ACD65F;
}
.BgClassName
{
background-color: #ACD65F;
}
</style>
border-color css
<style>
span { border-color: #ACD65F; }
span { border-color: rgb(172,214,95); }
td.TdClassName
{
border-color: #ACD65F;
}
.TagClassName
{
border-color: #ACD65F;
}
</style>