Shades of Conifer #A3ED5E
Tints of Conifer #A3ED5E
RGB
CMYK
RGB Variations
Color information
#A3ED5E (or 0xA3ED5E) is known color: Conifer. HEX triplet: A3, ED and 5E. RGB value is (163,237,94). Sum of RGB (Red+Green+Blue) = 163+237+94=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 237 (92.97% from 255 or 47.98% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 237 - color contains mainly: green. Hex color #A3ED5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3ED5E is #5C12A1. Grayscale: #C7C7C7. Windows color (decimal): -6034082 or 6221219. OLE color: 6221219.
HSL color Cylindrical-coordinate representation of color #A3ED5E: hue angle of 91.05º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A3ED5E is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 237 | 94 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.07 |
| HSL | 91.05º | 0.8% | 0.65% | - |
| HSV(B) | 91.05º | 0.6% | 0.93% | - |
| XYZ | 47.41 | 69.16 | 21.44 | - |
| YUV | 198.57 | 68.98 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 237 | 94 | 0.31 | 0 | 0.60 | 0.07 | 91.05 | 0.8 | 0.65 |
| Hex | A3 | ED | 5E | 1F | 0 | 3C | 7 | 5B | 50 | 41 |
| Octal | 243 | 355 | 136 | 37 | 0 | 74 | 7 | 133 | 120 | 101 |
| Binary | 10100011 | 11101101 | 1011110 | 11111 | 0 | 111100 | 111 | 1011011 | 1010000 | 1000001 |
Color Harmonies of #A3ED5E
Complementary color
Monochromatic Colors of #A3ED5E
Black with #A3ED5E
Text Example
Text Example
White with #A3ED5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ED5E; }
p { color: rgb(163,237,94); }
H1.HeaderClassName
{
color: #A3ED5E;
}
.AnyTagClassName
{
color: #A3ED5E;
}
</style>
background-color css
<style>
a { background-color: #A3ED5E; }
a { background-color: rgb(163,237,94); }
div.DivClassName
{
background-color: #A3ED5E;
}
.BgClassName
{
background-color: #A3ED5E;
}
</style>
border-color css
<style>
span { border-color: #A3ED5E; }
span { border-color: rgb(163,237,94); }
td.TdClassName
{
border-color: #A3ED5E;
}
.TagClassName
{
border-color: #A3ED5E;
}
</style>