Shades of Conifer #A3E652
Tints of Conifer #A3E652
RGB
CMYK
RGB Variations
Color information
#A3E652 (or 0xA3E652) is known color: Conifer. HEX triplet: A3, E6 and 52. RGB value is (163,230,82). Sum of RGB (Red+Green+Blue) = 163+230+82=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 230 (90.23% from 255 or 48.42% from 475); Blue value is 82 (32.42% from 255 or 17.26% from 475); Max value from RGB is 230 - color contains mainly: green. Hex color #A3E652 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3E652 is #5C19AD. Grayscale: #C1C1C1. Windows color (decimal): -6035886 or 5432995. OLE color: 5432995.
HSL color Cylindrical-coordinate representation of color #A3E652: hue angle of 87.16º degrees, saturation: 0.75, 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 #A3E652 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 230 | 82 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.10 |
| HSL | 87.16º | 0.75% | 0.61% | - |
| HSV(B) | 87.16º | 0.64% | 0.9% | - |
| XYZ | 44.92 | 64.99 | 18.16 | - |
| YUV | 193.1 | 65.3 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 230 | 82 | 0.29 | 0 | 0.64 | 0.10 | 87.16 | 0.75 | 0.61 |
| Hex | A3 | E6 | 52 | 1D | 0 | 40 | A | 57 | 4B | 3D |
| Octal | 243 | 346 | 122 | 35 | 0 | 100 | 12 | 127 | 113 | 75 |
| Binary | 10100011 | 11100110 | 1010010 | 11101 | 0 | 1000000 | 1010 | 1010111 | 1001011 | 111101 |
Color Harmonies of #A3E652
Complementary color
Monochromatic Colors of #A3E652
Black with #A3E652
Text Example
Text Example
White with #A3E652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E652; }
p { color: rgb(163,230,82); }
H1.HeaderClassName
{
color: #A3E652;
}
.AnyTagClassName
{
color: #A3E652;
}
</style>
background-color css
<style>
a { background-color: #A3E652; }
a { background-color: rgb(163,230,82); }
div.DivClassName
{
background-color: #A3E652;
}
.BgClassName
{
background-color: #A3E652;
}
</style>
border-color css
<style>
span { border-color: #A3E652; }
span { border-color: rgb(163,230,82); }
td.TdClassName
{
border-color: #A3E652;
}
.TagClassName
{
border-color: #A3E652;
}
</style>