Shades of Conifer #A3EC62
Tints of Conifer #A3EC62
RGB
CMYK
RGB Variations
Color information
#A3EC62 (or 0xA3EC62) is known color: Conifer. HEX triplet: A3, EC and 62. RGB value is (163,236,98). Sum of RGB (Red+Green+Blue) = 163+236+98=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 98 (38.67% from 255 or 19.72% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #A3EC62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3EC62 is #5C139D. Grayscale: #C6C6C6. Windows color (decimal): -6034334 or 6483107. OLE color: 6483107.
HSL color Cylindrical-coordinate representation of color #A3EC62: hue angle of 91.74º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A3EC62 is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 236 | 98 | - |
| CMYK | 0.31 | 0 | 0.58 | 0.07 |
| HSL | 91.74º | 0.78% | 0.65% | - |
| HSV(B) | 91.74º | 0.58% | 0.93% | - |
| XYZ | 47.3 | 68.66 | 22.31 | - |
| YUV | 198.44 | 71.32 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 236 | 98 | 0.31 | 0 | 0.58 | 0.07 | 91.74 | 0.78 | 0.65 |
| Hex | A3 | EC | 62 | 1F | 0 | 3A | 7 | 5C | 4E | 41 |
| Octal | 243 | 354 | 142 | 37 | 0 | 72 | 7 | 134 | 116 | 101 |
| Binary | 10100011 | 11101100 | 1100010 | 11111 | 0 | 111010 | 111 | 1011100 | 1001110 | 1000001 |
Color Harmonies of #A3EC62
Complementary color
Monochromatic Colors of #A3EC62
Black with #A3EC62
Text Example
Text Example
White with #A3EC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EC62; }
p { color: rgb(163,236,98); }
H1.HeaderClassName
{
color: #A3EC62;
}
.AnyTagClassName
{
color: #A3EC62;
}
</style>
background-color css
<style>
a { background-color: #A3EC62; }
a { background-color: rgb(163,236,98); }
div.DivClassName
{
background-color: #A3EC62;
}
.BgClassName
{
background-color: #A3EC62;
}
</style>
border-color css
<style>
span { border-color: #A3EC62; }
span { border-color: rgb(163,236,98); }
td.TdClassName
{
border-color: #A3EC62;
}
.TagClassName
{
border-color: #A3EC62;
}
</style>