Shades of Conifer #A8D452
Tints of Conifer #A8D452
RGB
CMYK
RGB Variations
Color information
#A8D452 (or 0xA8D452) is known color: Conifer. HEX triplet: A8, D4 and 52. RGB value is (168,212,82). Sum of RGB (Red+Green+Blue) = 168+212+82=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 212 (83.20% from 255 or 45.89% from 462); Blue value is 82 (32.42% from 255 or 17.75% from 462); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D452 is #572BAD. Grayscale: #B8B8B8. Windows color (decimal): -5712814 or 5428392. OLE color: 5428392.
HSL color Cylindrical-coordinate representation of color #A8D452: hue angle of 80.31º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8D452 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 212 | 82 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.17 |
| HSL | 80.31º | 0.6% | 0.58% | - |
| HSV(B) | 80.31º | 0.61% | 0.83% | - |
| XYZ | 41.21 | 56.02 | 16.62 | - |
| YUV | 184.02 | 70.42 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 212 | 82 | 0.21 | 0 | 0.61 | 0.17 | 80.31 | 0.6 | 0.58 |
| Hex | A8 | D4 | 52 | 15 | 0 | 3D | 11 | 50 | 3C | 3A |
| Octal | 250 | 324 | 122 | 25 | 0 | 75 | 21 | 120 | 74 | 72 |
| Binary | 10101000 | 11010100 | 1010010 | 10101 | 0 | 111101 | 10001 | 1010000 | 111100 | 111010 |
Color Harmonies of #A8D452
Complementary color
Monochromatic Colors of #A8D452
Black with #A8D452
Text Example
Text Example
White with #A8D452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D452; }
p { color: rgb(168,212,82); }
H1.HeaderClassName
{
color: #A8D452;
}
.AnyTagClassName
{
color: #A8D452;
}
</style>
background-color css
<style>
a { background-color: #A8D452; }
a { background-color: rgb(168,212,82); }
div.DivClassName
{
background-color: #A8D452;
}
.BgClassName
{
background-color: #A8D452;
}
</style>
border-color css
<style>
span { border-color: #A8D452; }
span { border-color: rgb(168,212,82); }
td.TdClassName
{
border-color: #A8D452;
}
.TagClassName
{
border-color: #A8D452;
}
</style>