Shades of Conifer #A8D352
Tints of Conifer #A8D352
RGB
CMYK
RGB Variations
Color information
#A8D352 (or 0xA8D352) is known color: Conifer. HEX triplet: A8, D3 and 52. RGB value is (168,211,82). Sum of RGB (Red+Green+Blue) = 168+211+82=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D352 is #572CAD. Grayscale: #B7B7B7. Windows color (decimal): -5713070 or 5428136. OLE color: 5428136.
HSL color Cylindrical-coordinate representation of color #A8D352: hue angle of 80º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8D352 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 211 | 82 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.17 |
| HSL | 80º | 0.59% | 0.57% | - |
| HSV(B) | 80º | 0.61% | 0.83% | - |
| XYZ | 40.97 | 55.52 | 16.54 | - |
| YUV | 183.44 | 70.75 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 211 | 82 | 0.20 | 0 | 0.61 | 0.17 | 80 | 0.59 | 0.57 |
| Hex | A8 | D3 | 52 | 14 | 0 | 3D | 11 | 50 | 3B | 39 |
| Octal | 250 | 323 | 122 | 24 | 0 | 75 | 21 | 120 | 73 | 71 |
| Binary | 10101000 | 11010011 | 1010010 | 10100 | 0 | 111101 | 10001 | 1010000 | 111011 | 111001 |
Color Harmonies of #A8D352
Complementary color
Monochromatic Colors of #A8D352
Black with #A8D352
Text Example
Text Example
White with #A8D352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D352; }
p { color: rgb(168,211,82); }
H1.HeaderClassName
{
color: #A8D352;
}
.AnyTagClassName
{
color: #A8D352;
}
</style>
background-color css
<style>
a { background-color: #A8D352; }
a { background-color: rgb(168,211,82); }
div.DivClassName
{
background-color: #A8D352;
}
.BgClassName
{
background-color: #A8D352;
}
</style>
border-color css
<style>
span { border-color: #A8D352; }
span { border-color: rgb(168,211,82); }
td.TdClassName
{
border-color: #A8D352;
}
.TagClassName
{
border-color: #A8D352;
}
</style>