Shades of Conifer #A3E752
Tints of Conifer #A3E752
RGB
CMYK
RGB Variations
Color information
#A3E752 (or 0xA3E752) is known color: Conifer. HEX triplet: A3, E7 and 52. RGB value is (163,231,82). Sum of RGB (Red+Green+Blue) = 163+231+82=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 231 (90.62% from 255 or 48.53% from 476); Blue value is 82 (32.42% from 255 or 17.23% from 476); Max value from RGB is 231 - color contains mainly: green. Hex color #A3E752 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3E752 is #5C18AD. Grayscale: #C2C2C2. Windows color (decimal): -6035630 or 5433251. OLE color: 5433251.
HSL color Cylindrical-coordinate representation of color #A3E752: hue angle of 87.38º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A3E752 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 231 | 82 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.09 |
| HSL | 87.38º | 0.76% | 0.61% | - |
| HSV(B) | 87.38º | 0.65% | 0.91% | - |
| XYZ | 45.2 | 65.55 | 18.25 | - |
| YUV | 193.68 | 64.97 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 231 | 82 | 0.29 | 0 | 0.65 | 0.09 | 87.38 | 0.76 | 0.61 |
| Hex | A3 | E7 | 52 | 1D | 0 | 41 | 9 | 57 | 4C | 3D |
| Octal | 243 | 347 | 122 | 35 | 0 | 101 | 11 | 127 | 114 | 75 |
| Binary | 10100011 | 11100111 | 1010010 | 11101 | 0 | 1000001 | 1001 | 1010111 | 1001100 | 111101 |
Color Harmonies of #A3E752
Complementary color
Monochromatic Colors of #A3E752
Black with #A3E752
Text Example
Text Example
White with #A3E752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E752; }
p { color: rgb(163,231,82); }
H1.HeaderClassName
{
color: #A3E752;
}
.AnyTagClassName
{
color: #A3E752;
}
</style>
background-color css
<style>
a { background-color: #A3E752; }
a { background-color: rgb(163,231,82); }
div.DivClassName
{
background-color: #A3E752;
}
.BgClassName
{
background-color: #A3E752;
}
</style>
border-color css
<style>
span { border-color: #A3E752; }
span { border-color: rgb(163,231,82); }
td.TdClassName
{
border-color: #A3E752;
}
.TagClassName
{
border-color: #A3E752;
}
</style>