Shades of Conifer #A8EE5A
Tints of Conifer #A8EE5A
RGB
CMYK
RGB Variations
Color information
#A8EE5A (or 0xA8EE5A) is known color: Conifer. HEX triplet: A8, EE and 5A. RGB value is (168,238,90). Sum of RGB (Red+Green+Blue) = 168+238+90=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 238 (93.36% from 255 or 47.98% from 496); Blue value is 90 (35.55% from 255 or 18.15% from 496); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EE5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EE5A is #5711A5. Grayscale: #C8C8C8. Windows color (decimal): -5706150 or 5959336. OLE color: 5959336.
HSL color Cylindrical-coordinate representation of color #A8EE5A: hue angle of 88.38º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8EE5A is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 238 | 90 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.07 |
| HSL | 88.38º | 0.81% | 0.64% | - |
| HSV(B) | 88.38º | 0.62% | 0.93% | - |
| XYZ | 48.57 | 70.21 | 20.67 | - |
| YUV | 200.2 | 65.81 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 238 | 90 | 0.29 | 0 | 0.62 | 0.07 | 88.38 | 0.81 | 0.64 |
| Hex | A8 | EE | 5A | 1D | 0 | 3E | 7 | 58 | 51 | 40 |
| Octal | 250 | 356 | 132 | 35 | 0 | 76 | 7 | 130 | 121 | 100 |
| Binary | 10101000 | 11101110 | 1011010 | 11101 | 0 | 111110 | 111 | 1011000 | 1010001 | 1000000 |
Color Harmonies of #A8EE5A
Complementary color
Monochromatic Colors of #A8EE5A
Black with #A8EE5A
Text Example
Text Example
White with #A8EE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EE5A; }
p { color: rgb(168,238,90); }
H1.HeaderClassName
{
color: #A8EE5A;
}
.AnyTagClassName
{
color: #A8EE5A;
}
</style>
background-color css
<style>
a { background-color: #A8EE5A; }
a { background-color: rgb(168,238,90); }
div.DivClassName
{
background-color: #A8EE5A;
}
.BgClassName
{
background-color: #A8EE5A;
}
</style>
border-color css
<style>
span { border-color: #A8EE5A; }
span { border-color: rgb(168,238,90); }
td.TdClassName
{
border-color: #A8EE5A;
}
.TagClassName
{
border-color: #A8EE5A;
}
</style>