Shades of Conifer #A8E950
Tints of Conifer #A8E950
RGB
CMYK
RGB Variations
Color information
#A8E950 (or 0xA8E950) is known color: Conifer. HEX triplet: A8, E9 and 50. RGB value is (168,233,80). Sum of RGB (Red+Green+Blue) = 168+233+80=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 233 (91.41% from 255 or 48.44% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 233 - color contains mainly: green. Hex color #A8E950 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E950 is #5716AF. Grayscale: #C4C4C4. Windows color (decimal): -5707440 or 5302696. OLE color: 5302696.
HSL color Cylindrical-coordinate representation of color #A8E950: hue angle of 85.49º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8E950 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 233 | 80 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.09 |
| HSL | 85.49º | 0.78% | 0.61% | - |
| HSV(B) | 85.49º | 0.66% | 0.91% | - |
| XYZ | 46.74 | 67.18 | 18.09 | - |
| YUV | 196.12 | 62.47 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 233 | 80 | 0.28 | 0 | 0.66 | 0.09 | 85.49 | 0.78 | 0.61 |
| Hex | A8 | E9 | 50 | 1C | 0 | 42 | 9 | 55 | 4E | 3D |
| Octal | 250 | 351 | 120 | 34 | 0 | 102 | 11 | 125 | 116 | 75 |
| Binary | 10101000 | 11101001 | 1010000 | 11100 | 0 | 1000010 | 1001 | 1010101 | 1001110 | 111101 |
Color Harmonies of #A8E950
Complementary color
Monochromatic Colors of #A8E950
Black with #A8E950
Text Example
Text Example
White with #A8E950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E950; }
p { color: rgb(168,233,80); }
H1.HeaderClassName
{
color: #A8E950;
}
.AnyTagClassName
{
color: #A8E950;
}
</style>
background-color css
<style>
a { background-color: #A8E950; }
a { background-color: rgb(168,233,80); }
div.DivClassName
{
background-color: #A8E950;
}
.BgClassName
{
background-color: #A8E950;
}
</style>
border-color css
<style>
span { border-color: #A8E950; }
span { border-color: rgb(168,233,80); }
td.TdClassName
{
border-color: #A8E950;
}
.TagClassName
{
border-color: #A8E950;
}
</style>