Shades of Conifer #A7E552
Tints of Conifer #A7E552
RGB
CMYK
RGB Variations
Color information
#A7E552 (or 0xA7E552) is known color: Conifer. HEX triplet: A7, E5 and 52. RGB value is (167,229,82). Sum of RGB (Red+Green+Blue) = 167+229+82=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 229 (89.84% from 255 or 47.91% from 478); Blue value is 82 (32.42% from 255 or 17.15% from 478); Max value from RGB is 229 - color contains mainly: green. Hex color #A7E552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7E552 is #581AAD. Grayscale: #C2C2C2. Windows color (decimal): -5773998 or 5432743. OLE color: 5432743.
HSL color Cylindrical-coordinate representation of color #A7E552: hue angle of 85.31º 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 #A7E552 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 167 | 229 | 82 | - |
| CMYK | 0.27 | 0 | 0.64 | 0.10 |
| HSL | 85.31º | 0.74% | 0.61% | - |
| HSV(B) | 85.31º | 0.64% | 0.9% | - |
| XYZ | 45.48 | 64.86 | 18.11 | - |
| YUV | 193.7 | 64.96 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 229 | 82 | 0.27 | 0 | 0.64 | 0.10 | 85.31 | 0.74 | 0.61 |
| Hex | A7 | E5 | 52 | 1B | 0 | 40 | A | 55 | 4A | 3D |
| Octal | 247 | 345 | 122 | 33 | 0 | 100 | 12 | 125 | 112 | 75 |
| Binary | 10100111 | 11100101 | 1010010 | 11011 | 0 | 1000000 | 1010 | 1010101 | 1001010 | 111101 |
Color Harmonies of #A7E552
Complementary color
Monochromatic Colors of #A7E552
Black with #A7E552
Text Example
Text Example
White with #A7E552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E552; }
p { color: rgb(167,229,82); }
H1.HeaderClassName
{
color: #A7E552;
}
.AnyTagClassName
{
color: #A7E552;
}
</style>
background-color css
<style>
a { background-color: #A7E552; }
a { background-color: rgb(167,229,82); }
div.DivClassName
{
background-color: #A7E552;
}
.BgClassName
{
background-color: #A7E552;
}
</style>
border-color css
<style>
span { border-color: #A7E552; }
span { border-color: rgb(167,229,82); }
td.TdClassName
{
border-color: #A7E552;
}
.TagClassName
{
border-color: #A7E552;
}
</style>