Shades of Conifer #A8D15A
Tints of Conifer #A8D15A
RGB
CMYK
RGB Variations
Color information
#A8D15A (or 0xA8D15A) is known color: Conifer. HEX triplet: A8, D1 and 5A. RGB value is (168,209,90). Sum of RGB (Red+Green+Blue) = 168+209+90=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D15A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D15A is #572EA5. Grayscale: #B7B7B7. Windows color (decimal): -5713574 or 5951912. OLE color: 5951912.
HSL color Cylindrical-coordinate representation of color #A8D15A: hue angle of 80.67º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8D15A is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 209 | 90 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.18 |
| HSL | 80.67º | 0.56% | 0.59% | - |
| HSV(B) | 80.67º | 0.57% | 0.82% | - |
| XYZ | 40.79 | 54.66 | 18.07 | - |
| YUV | 183.18 | 75.42 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 209 | 90 | 0.20 | 0 | 0.57 | 0.18 | 80.67 | 0.56 | 0.59 |
| Hex | A8 | D1 | 5A | 14 | 0 | 39 | 12 | 51 | 38 | 3B |
| Octal | 250 | 321 | 132 | 24 | 0 | 71 | 22 | 121 | 70 | 73 |
| Binary | 10101000 | 11010001 | 1011010 | 10100 | 0 | 111001 | 10010 | 1010001 | 111000 | 111011 |
Color Harmonies of #A8D15A
Complementary color
Monochromatic Colors of #A8D15A
Black with #A8D15A
Text Example
Text Example
White with #A8D15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D15A; }
p { color: rgb(168,209,90); }
H1.HeaderClassName
{
color: #A8D15A;
}
.AnyTagClassName
{
color: #A8D15A;
}
</style>
background-color css
<style>
a { background-color: #A8D15A; }
a { background-color: rgb(168,209,90); }
div.DivClassName
{
background-color: #A8D15A;
}
.BgClassName
{
background-color: #A8D15A;
}
</style>
border-color css
<style>
span { border-color: #A8D15A; }
span { border-color: rgb(168,209,90); }
td.TdClassName
{
border-color: #A8D15A;
}
.TagClassName
{
border-color: #A8D15A;
}
</style>