Shades of Conifer #A0D652
Tints of Conifer #A0D652
RGB
CMYK
RGB Variations
Color information
#A0D652 (or 0xA0D652) is known color: Conifer. HEX triplet: A0, D6 and 52. RGB value is (160,214,82). Sum of RGB (Red+Green+Blue) = 160+214+82=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D652 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D652 is #5F29AD. Grayscale: #B7B7B7. Windows color (decimal): -6236590 or 5428896. OLE color: 5428896.
HSL color Cylindrical-coordinate representation of color #A0D652: hue angle of 84.55º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0D652 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 214 | 82 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.16 |
| HSL | 84.55º | 0.62% | 0.58% | - |
| HSV(B) | 84.55º | 0.62% | 0.84% | - |
| XYZ | 40.07 | 56.18 | 16.71 | - |
| YUV | 182.81 | 71.11 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 82 | 0.25 | 0 | 0.62 | 0.16 | 84.55 | 0.62 | 0.58 |
| Hex | A0 | D6 | 52 | 19 | 0 | 3E | 10 | 55 | 3E | 3A |
| Octal | 240 | 326 | 122 | 31 | 0 | 76 | 20 | 125 | 76 | 72 |
| Binary | 10100000 | 11010110 | 1010010 | 11001 | 0 | 111110 | 10000 | 1010101 | 111110 | 111010 |
Color Harmonies of #A0D652
Complementary color
Monochromatic Colors of #A0D652
Black with #A0D652
Text Example
Text Example
White with #A0D652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D652; }
p { color: rgb(160,214,82); }
H1.HeaderClassName
{
color: #A0D652;
}
.AnyTagClassName
{
color: #A0D652;
}
</style>
background-color css
<style>
a { background-color: #A0D652; }
a { background-color: rgb(160,214,82); }
div.DivClassName
{
background-color: #A0D652;
}
.BgClassName
{
background-color: #A0D652;
}
</style>
border-color css
<style>
span { border-color: #A0D652; }
span { border-color: rgb(160,214,82); }
td.TdClassName
{
border-color: #A0D652;
}
.TagClassName
{
border-color: #A0D652;
}
</style>