Shades of Conifer #A0D752
Tints of Conifer #A0D752
RGB
CMYK
RGB Variations
Color information
#A0D752 (or 0xA0D752) is known color: Conifer. HEX triplet: A0, D7 and 52. RGB value is (160,215,82). Sum of RGB (Red+Green+Blue) = 160+215+82=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 82 (32.42% from 255 or 17.94% from 457); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D752 is #5F28AD. Grayscale: #B7B7B7. Windows color (decimal): -6236334 or 5429152. OLE color: 5429152.
HSL color Cylindrical-coordinate representation of color #A0D752: hue angle of 84.81º 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 #A0D752 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 215 | 82 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.16 |
| HSL | 84.81º | 0.62% | 0.58% | - |
| HSV(B) | 84.81º | 0.62% | 0.84% | - |
| XYZ | 40.32 | 56.68 | 16.8 | - |
| YUV | 183.39 | 70.78 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 215 | 82 | 0.26 | 0 | 0.62 | 0.16 | 84.81 | 0.62 | 0.58 |
| Hex | A0 | D7 | 52 | 1A | 0 | 3E | 10 | 55 | 3E | 3A |
| Octal | 240 | 327 | 122 | 32 | 0 | 76 | 20 | 125 | 76 | 72 |
| Binary | 10100000 | 11010111 | 1010010 | 11010 | 0 | 111110 | 10000 | 1010101 | 111110 | 111010 |
Color Harmonies of #A0D752
Complementary color
Monochromatic Colors of #A0D752
Black with #A0D752
Text Example
Text Example
White with #A0D752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D752; }
p { color: rgb(160,215,82); }
H1.HeaderClassName
{
color: #A0D752;
}
.AnyTagClassName
{
color: #A0D752;
}
</style>
background-color css
<style>
a { background-color: #A0D752; }
a { background-color: rgb(160,215,82); }
div.DivClassName
{
background-color: #A0D752;
}
.BgClassName
{
background-color: #A0D752;
}
</style>
border-color css
<style>
span { border-color: #A0D752; }
span { border-color: rgb(160,215,82); }
td.TdClassName
{
border-color: #A0D752;
}
.TagClassName
{
border-color: #A0D752;
}
</style>