Shades of Conifer #A8DE5A
Tints of Conifer #A8DE5A
RGB
CMYK
RGB Variations
Color information
#A8DE5A (or 0xA8DE5A) is known color: Conifer. HEX triplet: A8, DE and 5A. RGB value is (168,222,90). Sum of RGB (Red+Green+Blue) = 168+222+90=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 90 (35.55% from 255 or 18.75% from 480); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DE5A is #5721A5. Grayscale: #BFBFBF. Windows color (decimal): -5710246 or 5955240. OLE color: 5955240.
HSL color Cylindrical-coordinate representation of color #A8DE5A: hue angle of 84.55º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8DE5A is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 90 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.13 |
| HSL | 84.55º | 0.67% | 0.61% | - |
| HSV(B) | 84.55º | 0.59% | 0.87% | - |
| XYZ | 44.12 | 61.31 | 19.18 | - |
| YUV | 190.81 | 71.11 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 90 | 0.24 | 0 | 0.59 | 0.13 | 84.55 | 0.67 | 0.61 |
| Hex | A8 | DE | 5A | 18 | 0 | 3B | D | 55 | 43 | 3D |
| Octal | 250 | 336 | 132 | 30 | 0 | 73 | 15 | 125 | 103 | 75 |
| Binary | 10101000 | 11011110 | 1011010 | 11000 | 0 | 111011 | 1101 | 1010101 | 1000011 | 111101 |
Color Harmonies of #A8DE5A
Complementary color
Monochromatic Colors of #A8DE5A
Black with #A8DE5A
Text Example
Text Example
White with #A8DE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DE5A; }
p { color: rgb(168,222,90); }
H1.HeaderClassName
{
color: #A8DE5A;
}
.AnyTagClassName
{
color: #A8DE5A;
}
</style>
background-color css
<style>
a { background-color: #A8DE5A; }
a { background-color: rgb(168,222,90); }
div.DivClassName
{
background-color: #A8DE5A;
}
.BgClassName
{
background-color: #A8DE5A;
}
</style>
border-color css
<style>
span { border-color: #A8DE5A; }
span { border-color: rgb(168,222,90); }
td.TdClassName
{
border-color: #A8DE5A;
}
.TagClassName
{
border-color: #A8DE5A;
}
</style>