Shades of Conifer #A8ED5A
Tints of Conifer #A8ED5A
RGB
CMYK
RGB Variations
Color information
#A8ED5A (or 0xA8ED5A) is known color: Conifer. HEX triplet: A8, ED and 5A. RGB value is (168,237,90). Sum of RGB (Red+Green+Blue) = 168+237+90=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 237 - color contains mainly: green. Hex color #A8ED5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8ED5A is #5712A5. Grayscale: #C8C8C8. Windows color (decimal): -5706406 or 5959080. OLE color: 5959080.
HSL color Cylindrical-coordinate representation of color #A8ED5A: hue angle of 88.16º degrees, saturation: 0.8, 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 #A8ED5A is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 237 | 90 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.07 |
| HSL | 88.16º | 0.8% | 0.64% | - |
| HSV(B) | 88.16º | 0.62% | 0.93% | - |
| XYZ | 48.28 | 69.63 | 20.57 | - |
| YUV | 199.61 | 66.14 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 90 | 0.29 | 0 | 0.62 | 0.07 | 88.16 | 0.8 | 0.64 |
| Hex | A8 | ED | 5A | 1D | 0 | 3E | 7 | 58 | 50 | 40 |
| Octal | 250 | 355 | 132 | 35 | 0 | 76 | 7 | 130 | 120 | 100 |
| Binary | 10101000 | 11101101 | 1011010 | 11101 | 0 | 111110 | 111 | 1011000 | 1010000 | 1000000 |
Color Harmonies of #A8ED5A
Complementary color
Monochromatic Colors of #A8ED5A
Black with #A8ED5A
Text Example
Text Example
White with #A8ED5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ED5A; }
p { color: rgb(168,237,90); }
H1.HeaderClassName
{
color: #A8ED5A;
}
.AnyTagClassName
{
color: #A8ED5A;
}
</style>
background-color css
<style>
a { background-color: #A8ED5A; }
a { background-color: rgb(168,237,90); }
div.DivClassName
{
background-color: #A8ED5A;
}
.BgClassName
{
background-color: #A8ED5A;
}
</style>
border-color css
<style>
span { border-color: #A8ED5A; }
span { border-color: rgb(168,237,90); }
td.TdClassName
{
border-color: #A8ED5A;
}
.TagClassName
{
border-color: #A8ED5A;
}
</style>