Shades of Conifer #A8EA50
Tints of Conifer #A8EA50
RGB
CMYK
RGB Variations
Color information
#A8EA50 (or 0xA8EA50) is known color: Conifer. HEX triplet: A8, EA and 50. RGB value is (168,234,80). Sum of RGB (Red+Green+Blue) = 168+234+80=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EA50 is #5715AF. Grayscale: #C5C5C5. Windows color (decimal): -5707184 or 5302952. OLE color: 5302952.
HSL color Cylindrical-coordinate representation of color #A8EA50: hue angle of 85.71º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8EA50 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 80 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.08 |
| HSL | 85.71º | 0.79% | 0.62% | - |
| HSV(B) | 85.71º | 0.66% | 0.92% | - |
| XYZ | 47.02 | 67.75 | 18.19 | - |
| YUV | 196.71 | 62.13 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 80 | 0.28 | 0 | 0.66 | 0.08 | 85.71 | 0.79 | 0.62 |
| Hex | A8 | EA | 50 | 1C | 0 | 42 | 8 | 56 | 4F | 3E |
| Octal | 250 | 352 | 120 | 34 | 0 | 102 | 10 | 126 | 117 | 76 |
| Binary | 10101000 | 11101010 | 1010000 | 11100 | 0 | 1000010 | 1000 | 1010110 | 1001111 | 111110 |
Color Harmonies of #A8EA50
Complementary color
Monochromatic Colors of #A8EA50
Black with #A8EA50
Text Example
Text Example
White with #A8EA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EA50; }
p { color: rgb(168,234,80); }
H1.HeaderClassName
{
color: #A8EA50;
}
.AnyTagClassName
{
color: #A8EA50;
}
</style>
background-color css
<style>
a { background-color: #A8EA50; }
a { background-color: rgb(168,234,80); }
div.DivClassName
{
background-color: #A8EA50;
}
.BgClassName
{
background-color: #A8EA50;
}
</style>
border-color css
<style>
span { border-color: #A8EA50; }
span { border-color: rgb(168,234,80); }
td.TdClassName
{
border-color: #A8EA50;
}
.TagClassName
{
border-color: #A8EA50;
}
</style>