Shades of Conifer #A8E250
Tints of Conifer #A8E250
RGB
CMYK
RGB Variations
Color information
#A8E250 (or 0xA8E250) is known color: Conifer. HEX triplet: A8, E2 and 50. RGB value is (168,226,80). Sum of RGB (Red+Green+Blue) = 168+226+80=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 226 (88.67% from 255 or 47.68% from 474); Blue value is 80 (31.64% from 255 or 16.88% from 474); Max value from RGB is 226 - color contains mainly: green. Hex color #A8E250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E250 is #571DAF. Grayscale: #C0C0C0. Windows color (decimal): -5709232 or 5300904. OLE color: 5300904.
HSL color Cylindrical-coordinate representation of color #A8E250: hue angle of 83.84º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8E250 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 226 | 80 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.11 |
| HSL | 83.84º | 0.72% | 0.6% | - |
| HSV(B) | 83.84º | 0.65% | 0.89% | - |
| XYZ | 44.79 | 63.3 | 17.45 | - |
| YUV | 192.01 | 64.78 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 226 | 80 | 0.26 | 0 | 0.65 | 0.11 | 83.84 | 0.72 | 0.6 |
| Hex | A8 | E2 | 50 | 1A | 0 | 41 | B | 54 | 48 | 3C |
| Octal | 250 | 342 | 120 | 32 | 0 | 101 | 13 | 124 | 110 | 74 |
| Binary | 10101000 | 11100010 | 1010000 | 11010 | 0 | 1000001 | 1011 | 1010100 | 1001000 | 111100 |
Color Harmonies of #A8E250
Complementary color
Monochromatic Colors of #A8E250
Black with #A8E250
Text Example
Text Example
White with #A8E250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E250; }
p { color: rgb(168,226,80); }
H1.HeaderClassName
{
color: #A8E250;
}
.AnyTagClassName
{
color: #A8E250;
}
</style>
background-color css
<style>
a { background-color: #A8E250; }
a { background-color: rgb(168,226,80); }
div.DivClassName
{
background-color: #A8E250;
}
.BgClassName
{
background-color: #A8E250;
}
</style>
border-color css
<style>
span { border-color: #A8E250; }
span { border-color: rgb(168,226,80); }
td.TdClassName
{
border-color: #A8E250;
}
.TagClassName
{
border-color: #A8E250;
}
</style>