Shades of Conifer #A8CA5A
Tints of Conifer #A8CA5A
RGB
CMYK
RGB Variations
Color information
#A8CA5A (or 0xA8CA5A) is known color: Conifer. HEX triplet: A8, CA and 5A. RGB value is (168,202,90). Sum of RGB (Red+Green+Blue) = 168+202+90=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 90 (35.55% from 255 or 19.57% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CA5A is #5735A5. Grayscale: #B3B3B3. Windows color (decimal): -5715366 or 5950120. OLE color: 5950120.
HSL color Cylindrical-coordinate representation of color #A8CA5A: hue angle of 78.21º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8CA5A is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 90 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.21 |
| HSL | 78.21º | 0.51% | 0.57% | - |
| HSV(B) | 78.21º | 0.55% | 0.79% | - |
| XYZ | 39.11 | 51.3 | 17.51 | - |
| YUV | 179.07 | 77.74 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 90 | 0.17 | 0 | 0.55 | 0.21 | 78.21 | 0.51 | 0.57 |
| Hex | A8 | CA | 5A | 11 | 0 | 37 | 15 | 4E | 33 | 39 |
| Octal | 250 | 312 | 132 | 21 | 0 | 67 | 25 | 116 | 63 | 71 |
| Binary | 10101000 | 11001010 | 1011010 | 10001 | 0 | 110111 | 10101 | 1001110 | 110011 | 111001 |
Color Harmonies of #A8CA5A
Complementary color
Monochromatic Colors of #A8CA5A
Black with #A8CA5A
Text Example
Text Example
White with #A8CA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA5A; }
p { color: rgb(168,202,90); }
H1.HeaderClassName
{
color: #A8CA5A;
}
.AnyTagClassName
{
color: #A8CA5A;
}
</style>
background-color css
<style>
a { background-color: #A8CA5A; }
a { background-color: rgb(168,202,90); }
div.DivClassName
{
background-color: #A8CA5A;
}
.BgClassName
{
background-color: #A8CA5A;
}
</style>
border-color css
<style>
span { border-color: #A8CA5A; }
span { border-color: rgb(168,202,90); }
td.TdClassName
{
border-color: #A8CA5A;
}
.TagClassName
{
border-color: #A8CA5A;
}
</style>