Shades of Conifer #A6DE5A
Tints of Conifer #A6DE5A
RGB
CMYK
RGB Variations
Color information
#A6DE5A (or 0xA6DE5A) is known color: Conifer. HEX triplet: A6, DE and 5A. RGB value is (166,222,90). Sum of RGB (Red+Green+Blue) = 166+222+90=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 222 - color contains mainly: green. Hex color #A6DE5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DE5A is #5921A5. Grayscale: #BEBEBE. Windows color (decimal): -5841318 or 5955238. OLE color: 5955238.
HSL color Cylindrical-coordinate representation of color #A6DE5A: hue angle of 85.45º 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 #A6DE5A is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 222 | 90 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.13 |
| HSL | 85.45º | 0.67% | 0.61% | - |
| HSV(B) | 85.45º | 0.59% | 0.87% | - |
| XYZ | 43.69 | 61.09 | 19.16 | - |
| YUV | 190.21 | 71.45 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 222 | 90 | 0.25 | 0 | 0.59 | 0.13 | 85.45 | 0.67 | 0.61 |
| Hex | A6 | DE | 5A | 19 | 0 | 3B | D | 55 | 43 | 3D |
| Octal | 246 | 336 | 132 | 31 | 0 | 73 | 15 | 125 | 103 | 75 |
| Binary | 10100110 | 11011110 | 1011010 | 11001 | 0 | 111011 | 1101 | 1010101 | 1000011 | 111101 |
Color Harmonies of #A6DE5A
Complementary color
Monochromatic Colors of #A6DE5A
Black with #A6DE5A
Text Example
Text Example
White with #A6DE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DE5A; }
p { color: rgb(166,222,90); }
H1.HeaderClassName
{
color: #A6DE5A;
}
.AnyTagClassName
{
color: #A6DE5A;
}
</style>
background-color css
<style>
a { background-color: #A6DE5A; }
a { background-color: rgb(166,222,90); }
div.DivClassName
{
background-color: #A6DE5A;
}
.BgClassName
{
background-color: #A6DE5A;
}
</style>
border-color css
<style>
span { border-color: #A6DE5A; }
span { border-color: rgb(166,222,90); }
td.TdClassName
{
border-color: #A6DE5A;
}
.TagClassName
{
border-color: #A6DE5A;
}
</style>