Shades of Conifer #A5CE52
Tints of Conifer #A5CE52
RGB
CMYK
RGB Variations
Color information
#A5CE52 (or 0xA5CE52) is known color: Conifer. HEX triplet: A5, CE and 52. RGB value is (165,206,82). Sum of RGB (Red+Green+Blue) = 165+206+82=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CE52 is #5A31AD. Grayscale: #B4B4B4. Windows color (decimal): -5910958 or 5426853. OLE color: 5426853.
HSL color Cylindrical-coordinate representation of color #A5CE52: hue angle of 79.84º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A5CE52 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 206 | 82 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.19 |
| HSL | 79.84º | 0.56% | 0.56% | - |
| HSV(B) | 79.84º | 0.6% | 0.81% | - |
| XYZ | 39.11 | 52.75 | 16.1 | - |
| YUV | 179.61 | 72.92 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 206 | 82 | 0.20 | 0 | 0.60 | 0.19 | 79.84 | 0.56 | 0.56 |
| Hex | A5 | CE | 52 | 14 | 0 | 3C | 13 | 50 | 38 | 38 |
| Octal | 245 | 316 | 122 | 24 | 0 | 74 | 23 | 120 | 70 | 70 |
| Binary | 10100101 | 11001110 | 1010010 | 10100 | 0 | 111100 | 10011 | 1010000 | 111000 | 111000 |
Color Harmonies of #A5CE52
Complementary color
Monochromatic Colors of #A5CE52
Black with #A5CE52
Text Example
Text Example
White with #A5CE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CE52; }
p { color: rgb(165,206,82); }
H1.HeaderClassName
{
color: #A5CE52;
}
.AnyTagClassName
{
color: #A5CE52;
}
</style>
background-color css
<style>
a { background-color: #A5CE52; }
a { background-color: rgb(165,206,82); }
div.DivClassName
{
background-color: #A5CE52;
}
.BgClassName
{
background-color: #A5CE52;
}
</style>
border-color css
<style>
span { border-color: #A5CE52; }
span { border-color: rgb(165,206,82); }
td.TdClassName
{
border-color: #A5CE52;
}
.TagClassName
{
border-color: #A5CE52;
}
</style>