Shades of Conifer #A8ED4A
Tints of Conifer #A8ED4A
RGB
CMYK
RGB Variations
Color information
#A8ED4A (or 0xA8ED4A) is known color: Conifer. HEX triplet: A8, ED and 4A. RGB value is (168,237,74). Sum of RGB (Red+Green+Blue) = 168+237+74=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 237 (92.97% from 255 or 49.48% from 479); Blue value is 74 (29.30% from 255 or 15.45% from 479); Max value from RGB is 237 - color contains mainly: green. Hex color #A8ED4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8ED4A is #5712B5. Grayscale: #C6C6C6. Windows color (decimal): -5706422 or 4910504. OLE color: 4910504.
HSL color Cylindrical-coordinate representation of color #A8ED4A: hue angle of 85.4º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8ED4A is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 237 | 74 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.07 |
| HSL | 85.4º | 0.82% | 0.61% | - |
| HSV(B) | 85.4º | 0.69% | 0.93% | - |
| XYZ | 47.67 | 69.39 | 17.36 | - |
| YUV | 197.79 | 58.14 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 74 | 0.29 | 0 | 0.69 | 0.07 | 85.4 | 0.82 | 0.61 |
| Hex | A8 | ED | 4A | 1D | 0 | 45 | 7 | 55 | 52 | 3D |
| Octal | 250 | 355 | 112 | 35 | 0 | 105 | 7 | 125 | 122 | 75 |
| Binary | 10101000 | 11101101 | 1001010 | 11101 | 0 | 1000101 | 111 | 1010101 | 1010010 | 111101 |
Color Harmonies of #A8ED4A
Complementary color
Monochromatic Colors of #A8ED4A
Black with #A8ED4A
Text Example
Text Example
White with #A8ED4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ED4A; }
p { color: rgb(168,237,74); }
H1.HeaderClassName
{
color: #A8ED4A;
}
.AnyTagClassName
{
color: #A8ED4A;
}
</style>
background-color css
<style>
a { background-color: #A8ED4A; }
a { background-color: rgb(168,237,74); }
div.DivClassName
{
background-color: #A8ED4A;
}
.BgClassName
{
background-color: #A8ED4A;
}
</style>
border-color css
<style>
span { border-color: #A8ED4A; }
span { border-color: rgb(168,237,74); }
td.TdClassName
{
border-color: #A8ED4A;
}
.TagClassName
{
border-color: #A8ED4A;
}
</style>