Shades of Conifer #A8CA52
Tints of Conifer #A8CA52
RGB
CMYK
RGB Variations
Color information
#A8CA52 (or 0xA8CA52) is known color: Conifer. HEX triplet: A8, CA and 52. RGB value is (168,202,82). Sum of RGB (Red+Green+Blue) = 168+202+82=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CA52 is #5735AD. Grayscale: #B2B2B2. Windows color (decimal): -5715374 or 5425832. OLE color: 5425832.
HSL color Cylindrical-coordinate representation of color #A8CA52: hue angle of 77º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8CA52 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 82 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.21 |
| HSL | 77º | 0.53% | 0.56% | - |
| HSV(B) | 77º | 0.59% | 0.79% | - |
| XYZ | 38.79 | 51.18 | 15.82 | - |
| YUV | 178.15 | 73.74 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 82 | 0.17 | 0 | 0.59 | 0.21 | 77 | 0.53 | 0.56 |
| Hex | A8 | CA | 52 | 11 | 0 | 3B | 15 | 4D | 35 | 38 |
| Octal | 250 | 312 | 122 | 21 | 0 | 73 | 25 | 115 | 65 | 70 |
| Binary | 10101000 | 11001010 | 1010010 | 10001 | 0 | 111011 | 10101 | 1001101 | 110101 | 111000 |
Color Harmonies of #A8CA52
Complementary color
Monochromatic Colors of #A8CA52
Black with #A8CA52
Text Example
Text Example
White with #A8CA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA52; }
p { color: rgb(168,202,82); }
H1.HeaderClassName
{
color: #A8CA52;
}
.AnyTagClassName
{
color: #A8CA52;
}
</style>
background-color css
<style>
a { background-color: #A8CA52; }
a { background-color: rgb(168,202,82); }
div.DivClassName
{
background-color: #A8CA52;
}
.BgClassName
{
background-color: #A8CA52;
}
</style>
border-color css
<style>
span { border-color: #A8CA52; }
span { border-color: rgb(168,202,82); }
td.TdClassName
{
border-color: #A8CA52;
}
.TagClassName
{
border-color: #A8CA52;
}
</style>