Shades of Conifer #A8D55A
Tints of Conifer #A8D55A
RGB
CMYK
RGB Variations
Color information
#A8D55A (or 0xA8D55A) is known color: Conifer. HEX triplet: A8, D5 and 5A. RGB value is (168,213,90). Sum of RGB (Red+Green+Blue) = 168+213+90=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 90 (35.55% from 255 or 19.11% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D55A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D55A is #572AA5. Grayscale: #B9B9B9. Windows color (decimal): -5712550 or 5952936. OLE color: 5952936.
HSL color Cylindrical-coordinate representation of color #A8D55A: hue angle of 81.95º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8D55A is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 90 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.16 |
| HSL | 81.95º | 0.59% | 0.59% | - |
| HSV(B) | 81.95º | 0.58% | 0.84% | - |
| XYZ | 41.79 | 56.65 | 18.41 | - |
| YUV | 185.52 | 74.09 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 90 | 0.21 | 0 | 0.58 | 0.16 | 81.95 | 0.59 | 0.59 |
| Hex | A8 | D5 | 5A | 15 | 0 | 3A | 10 | 52 | 3B | 3B |
| Octal | 250 | 325 | 132 | 25 | 0 | 72 | 20 | 122 | 73 | 73 |
| Binary | 10101000 | 11010101 | 1011010 | 10101 | 0 | 111010 | 10000 | 1010010 | 111011 | 111011 |
Color Harmonies of #A8D55A
Complementary color
Monochromatic Colors of #A8D55A
Black with #A8D55A
Text Example
Text Example
White with #A8D55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D55A; }
p { color: rgb(168,213,90); }
H1.HeaderClassName
{
color: #A8D55A;
}
.AnyTagClassName
{
color: #A8D55A;
}
</style>
background-color css
<style>
a { background-color: #A8D55A; }
a { background-color: rgb(168,213,90); }
div.DivClassName
{
background-color: #A8D55A;
}
.BgClassName
{
background-color: #A8D55A;
}
</style>
border-color css
<style>
span { border-color: #A8D55A; }
span { border-color: rgb(168,213,90); }
td.TdClassName
{
border-color: #A8D55A;
}
.TagClassName
{
border-color: #A8D55A;
}
</style>