Shades of Conifer #A3E552
Tints of Conifer #A3E552
RGB
CMYK
RGB Variations
Color information
#A3E552 (or 0xA3E552) is known color: Conifer. HEX triplet: A3, E5 and 52. RGB value is (163,229,82). Sum of RGB (Red+Green+Blue) = 163+229+82=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 229 (89.84% from 255 or 48.31% from 474); Blue value is 82 (32.42% from 255 or 17.30% from 474); Max value from RGB is 229 - color contains mainly: green. Hex color #A3E552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E552 is #5C1AAD. Grayscale: #C1C1C1. Windows color (decimal): -6036142 or 5432739. OLE color: 5432739.
HSL color Cylindrical-coordinate representation of color #A3E552: hue angle of 86.94º 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 #A3E552 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 229 | 82 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.10 |
| HSL | 86.94º | 0.74% | 0.61% | - |
| HSV(B) | 86.94º | 0.64% | 0.9% | - |
| XYZ | 44.65 | 64.43 | 18.07 | - |
| YUV | 192.51 | 65.63 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 229 | 82 | 0.29 | 0 | 0.64 | 0.10 | 86.94 | 0.74 | 0.61 |
| Hex | A3 | E5 | 52 | 1D | 0 | 40 | A | 57 | 4A | 3D |
| Octal | 243 | 345 | 122 | 35 | 0 | 100 | 12 | 127 | 112 | 75 |
| Binary | 10100011 | 11100101 | 1010010 | 11101 | 0 | 1000000 | 1010 | 1010111 | 1001010 | 111101 |
Color Harmonies of #A3E552
Complementary color
Monochromatic Colors of #A3E552
Black with #A3E552
Text Example
Text Example
White with #A3E552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E552; }
p { color: rgb(163,229,82); }
H1.HeaderClassName
{
color: #A3E552;
}
.AnyTagClassName
{
color: #A3E552;
}
</style>
background-color css
<style>
a { background-color: #A3E552; }
a { background-color: rgb(163,229,82); }
div.DivClassName
{
background-color: #A3E552;
}
.BgClassName
{
background-color: #A3E552;
}
</style>
border-color css
<style>
span { border-color: #A3E552; }
span { border-color: rgb(163,229,82); }
td.TdClassName
{
border-color: #A3E552;
}
.TagClassName
{
border-color: #A3E552;
}
</style>