Shades of Conifer #A8E552
Tints of Conifer #A8E552
RGB
CMYK
RGB Variations
Color information
#A8E552 (or 0xA8E552) is known color: Conifer. HEX triplet: A8, E5 and 52. RGB value is (168,229,82). Sum of RGB (Red+Green+Blue) = 168+229+82=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 229 (89.84% from 255 or 47.81% from 479); Blue value is 82 (32.42% from 255 or 17.12% from 479); Max value from RGB is 229 - color contains mainly: green. Hex color #A8E552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E552 is #571AAD. Grayscale: #C2C2C2. Windows color (decimal): -5708462 or 5432744. OLE color: 5432744.
HSL color Cylindrical-coordinate representation of color #A8E552: hue angle of 84.9º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8E552 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 229 | 82 | - |
| CMYK | 0.27 | 0 | 0.64 | 0.10 |
| HSL | 84.9º | 0.74% | 0.61% | - |
| HSV(B) | 84.9º | 0.64% | 0.9% | - |
| XYZ | 45.69 | 64.97 | 18.12 | - |
| YUV | 194 | 64.79 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 229 | 82 | 0.27 | 0 | 0.64 | 0.10 | 84.9 | 0.74 | 0.61 |
| Hex | A8 | E5 | 52 | 1B | 0 | 40 | A | 55 | 4A | 3D |
| Octal | 250 | 345 | 122 | 33 | 0 | 100 | 12 | 125 | 112 | 75 |
| Binary | 10101000 | 11100101 | 1010010 | 11011 | 0 | 1000000 | 1010 | 1010101 | 1001010 | 111101 |
Color Harmonies of #A8E552
Complementary color
Monochromatic Colors of #A8E552
Black with #A8E552
Text Example
Text Example
White with #A8E552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E552; }
p { color: rgb(168,229,82); }
H1.HeaderClassName
{
color: #A8E552;
}
.AnyTagClassName
{
color: #A8E552;
}
</style>
background-color css
<style>
a { background-color: #A8E552; }
a { background-color: rgb(168,229,82); }
div.DivClassName
{
background-color: #A8E552;
}
.BgClassName
{
background-color: #A8E552;
}
</style>
border-color css
<style>
span { border-color: #A8E552; }
span { border-color: rgb(168,229,82); }
td.TdClassName
{
border-color: #A8E552;
}
.TagClassName
{
border-color: #A8E552;
}
</style>