Shades of Conifer #A5D752
Tints of Conifer #A5D752
RGB
CMYK
RGB Variations
Color information
#A5D752 (or 0xA5D752) is known color: Conifer. HEX triplet: A5, D7 and 52. RGB value is (165,215,82). Sum of RGB (Red+Green+Blue) = 165+215+82=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 82 (32.42% from 255 or 17.75% from 462); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D752 is #5A28AD. Grayscale: #B9B9B9. Windows color (decimal): -5908654 or 5429157. OLE color: 5429157.
HSL color Cylindrical-coordinate representation of color #A5D752: hue angle of 82.56º 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 #A5D752 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 215 | 82 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.16 |
| HSL | 82.56º | 0.62% | 0.58% | - |
| HSV(B) | 82.56º | 0.62% | 0.84% | - |
| XYZ | 41.34 | 57.21 | 16.85 | - |
| YUV | 184.89 | 69.94 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 215 | 82 | 0.23 | 0 | 0.62 | 0.16 | 82.56 | 0.62 | 0.58 |
| Hex | A5 | D7 | 52 | 17 | 0 | 3E | 10 | 53 | 3E | 3A |
| Octal | 245 | 327 | 122 | 27 | 0 | 76 | 20 | 123 | 76 | 72 |
| Binary | 10100101 | 11010111 | 1010010 | 10111 | 0 | 111110 | 10000 | 1010011 | 111110 | 111010 |
Color Harmonies of #A5D752
Complementary color
Monochromatic Colors of #A5D752
Black with #A5D752
Text Example
Text Example
White with #A5D752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D752; }
p { color: rgb(165,215,82); }
H1.HeaderClassName
{
color: #A5D752;
}
.AnyTagClassName
{
color: #A5D752;
}
</style>
background-color css
<style>
a { background-color: #A5D752; }
a { background-color: rgb(165,215,82); }
div.DivClassName
{
background-color: #A5D752;
}
.BgClassName
{
background-color: #A5D752;
}
</style>
border-color css
<style>
span { border-color: #A5D752; }
span { border-color: rgb(165,215,82); }
td.TdClassName
{
border-color: #A5D752;
}
.TagClassName
{
border-color: #A5D752;
}
</style>