Shades of Conifer #A8D752
Tints of Conifer #A8D752
RGB
CMYK
RGB Variations
Color information
#A8D752 (or 0xA8D752) is known color: Conifer. HEX triplet: A8, D7 and 52. RGB value is (168,215,82). Sum of RGB (Red+Green+Blue) = 168+215+82=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D752 is #5728AD. Grayscale: #BABABA. Windows color (decimal): -5712046 or 5429160. OLE color: 5429160.
HSL color Cylindrical-coordinate representation of color #A8D752: hue angle of 81.2º 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 #A8D752 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 82 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.16 |
| HSL | 81.2º | 0.62% | 0.58% | - |
| HSV(B) | 81.2º | 0.62% | 0.84% | - |
| XYZ | 41.97 | 57.53 | 16.88 | - |
| YUV | 185.79 | 69.43 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 82 | 0.22 | 0 | 0.62 | 0.16 | 81.2 | 0.62 | 0.58 |
| Hex | A8 | D7 | 52 | 16 | 0 | 3E | 10 | 51 | 3E | 3A |
| Octal | 250 | 327 | 122 | 26 | 0 | 76 | 20 | 121 | 76 | 72 |
| Binary | 10101000 | 11010111 | 1010010 | 10110 | 0 | 111110 | 10000 | 1010001 | 111110 | 111010 |
Color Harmonies of #A8D752
Complementary color
Monochromatic Colors of #A8D752
Black with #A8D752
Text Example
Text Example
White with #A8D752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D752; }
p { color: rgb(168,215,82); }
H1.HeaderClassName
{
color: #A8D752;
}
.AnyTagClassName
{
color: #A8D752;
}
</style>
background-color css
<style>
a { background-color: #A8D752; }
a { background-color: rgb(168,215,82); }
div.DivClassName
{
background-color: #A8D752;
}
.BgClassName
{
background-color: #A8D752;
}
</style>
border-color css
<style>
span { border-color: #A8D752; }
span { border-color: rgb(168,215,82); }
td.TdClassName
{
border-color: #A8D752;
}
.TagClassName
{
border-color: #A8D752;
}
</style>