Shades of Conifer #A8E053
Tints of Conifer #A8E053
RGB
CMYK
RGB Variations
Color information
#A8E053 (or 0xA8E053) is known color: Conifer. HEX triplet: A8, E0 and 53. RGB value is (168,224,83). Sum of RGB (Red+Green+Blue) = 168+224+83=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 83 (32.81% from 255 or 17.47% from 475); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E053 is #571FAC. Grayscale: #BFBFBF. Windows color (decimal): -5709741 or 5497000. OLE color: 5497000.
HSL color Cylindrical-coordinate representation of color #A8E053: hue angle of 83.83º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8E053 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 224 | 83 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.12 |
| HSL | 83.83º | 0.69% | 0.6% | - |
| HSV(B) | 83.83º | 0.63% | 0.88% | - |
| XYZ | 44.37 | 62.26 | 17.86 | - |
| YUV | 191.18 | 66.95 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 224 | 83 | 0.25 | 0 | 0.63 | 0.12 | 83.83 | 0.69 | 0.6 |
| Hex | A8 | E0 | 53 | 19 | 0 | 3F | C | 54 | 45 | 3C |
| Octal | 250 | 340 | 123 | 31 | 0 | 77 | 14 | 124 | 105 | 74 |
| Binary | 10101000 | 11100000 | 1010011 | 11001 | 0 | 111111 | 1100 | 1010100 | 1000101 | 111100 |
Color Harmonies of #A8E053
Complementary color
Monochromatic Colors of #A8E053
Black with #A8E053
Text Example
Text Example
White with #A8E053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E053; }
p { color: rgb(168,224,83); }
H1.HeaderClassName
{
color: #A8E053;
}
.AnyTagClassName
{
color: #A8E053;
}
</style>
background-color css
<style>
a { background-color: #A8E053; }
a { background-color: rgb(168,224,83); }
div.DivClassName
{
background-color: #A8E053;
}
.BgClassName
{
background-color: #A8E053;
}
</style>
border-color css
<style>
span { border-color: #A8E053; }
span { border-color: rgb(168,224,83); }
td.TdClassName
{
border-color: #A8E053;
}
.TagClassName
{
border-color: #A8E053;
}
</style>