Shades of Conifer #A8E453
Tints of Conifer #A8E453
RGB
CMYK
RGB Variations
Color information
#A8E453 (or 0xA8E453) is known color: Conifer. HEX triplet: A8, E4 and 53. RGB value is (168,228,83). Sum of RGB (Red+Green+Blue) = 168+228+83=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 228 (89.45% from 255 or 47.60% from 479); Blue value is 83 (32.81% from 255 or 17.33% from 479); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E453 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E453 is #571BAC. Grayscale: #C2C2C2. Windows color (decimal): -5708717 or 5498024. OLE color: 5498024.
HSL color Cylindrical-coordinate representation of color #A8E453: hue angle of 84.83º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8E453 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 228 | 83 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.11 |
| HSL | 84.83º | 0.73% | 0.61% | - |
| HSV(B) | 84.83º | 0.64% | 0.89% | - |
| XYZ | 45.45 | 64.44 | 18.23 | - |
| YUV | 193.53 | 65.62 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 228 | 83 | 0.26 | 0 | 0.64 | 0.11 | 84.83 | 0.73 | 0.61 |
| Hex | A8 | E4 | 53 | 1A | 0 | 40 | B | 55 | 49 | 3D |
| Octal | 250 | 344 | 123 | 32 | 0 | 100 | 13 | 125 | 111 | 75 |
| Binary | 10101000 | 11100100 | 1010011 | 11010 | 0 | 1000000 | 1011 | 1010101 | 1001001 | 111101 |
Color Harmonies of #A8E453
Complementary color
Monochromatic Colors of #A8E453
Black with #A8E453
Text Example
Text Example
White with #A8E453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E453; }
p { color: rgb(168,228,83); }
H1.HeaderClassName
{
color: #A8E453;
}
.AnyTagClassName
{
color: #A8E453;
}
</style>
background-color css
<style>
a { background-color: #A8E453; }
a { background-color: rgb(168,228,83); }
div.DivClassName
{
background-color: #A8E453;
}
.BgClassName
{
background-color: #A8E453;
}
</style>
border-color css
<style>
span { border-color: #A8E453; }
span { border-color: rgb(168,228,83); }
td.TdClassName
{
border-color: #A8E453;
}
.TagClassName
{
border-color: #A8E453;
}
</style>