Shades of Conifer #A8E452
Tints of Conifer #A8E452
RGB
CMYK
RGB Variations
Color information
#A8E452 (or 0xA8E452) is known color: Conifer. HEX triplet: A8, E4 and 52. RGB value is (168,228,82). Sum of RGB (Red+Green+Blue) = 168+228+82=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 228 (89.45% from 255 or 47.70% from 478); Blue value is 82 (32.42% from 255 or 17.15% from 478); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E452 is #571BAD. Grayscale: #C1C1C1. Windows color (decimal): -5708718 or 5432488. OLE color: 5432488.
HSL color Cylindrical-coordinate representation of color #A8E452: hue angle of 84.66º 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 #A8E452 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 228 | 82 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.11 |
| HSL | 84.66º | 0.73% | 0.61% | - |
| HSV(B) | 84.66º | 0.64% | 0.89% | - |
| XYZ | 45.41 | 64.42 | 18.02 | - |
| YUV | 193.42 | 65.12 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 228 | 82 | 0.26 | 0 | 0.64 | 0.11 | 84.66 | 0.73 | 0.61 |
| Hex | A8 | E4 | 52 | 1A | 0 | 40 | B | 55 | 49 | 3D |
| Octal | 250 | 344 | 122 | 32 | 0 | 100 | 13 | 125 | 111 | 75 |
| Binary | 10101000 | 11100100 | 1010010 | 11010 | 0 | 1000000 | 1011 | 1010101 | 1001001 | 111101 |
Color Harmonies of #A8E452
Complementary color
Monochromatic Colors of #A8E452
Black with #A8E452
Text Example
Text Example
White with #A8E452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E452; }
p { color: rgb(168,228,82); }
H1.HeaderClassName
{
color: #A8E452;
}
.AnyTagClassName
{
color: #A8E452;
}
</style>
background-color css
<style>
a { background-color: #A8E452; }
a { background-color: rgb(168,228,82); }
div.DivClassName
{
background-color: #A8E452;
}
.BgClassName
{
background-color: #A8E452;
}
</style>
border-color css
<style>
span { border-color: #A8E452; }
span { border-color: rgb(168,228,82); }
td.TdClassName
{
border-color: #A8E452;
}
.TagClassName
{
border-color: #A8E452;
}
</style>