Shades of Conifer #A3ED5D
Tints of Conifer #A3ED5D
RGB
CMYK
RGB Variations
Color information
#A3ED5D (or 0xA3ED5D) is known color: Conifer. HEX triplet: A3, ED and 5D. RGB value is (163,237,93). Sum of RGB (Red+Green+Blue) = 163+237+93=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 93 (36.72% from 255 or 18.86% from 493); Max value from RGB is 237 - color contains mainly: green. Hex color #A3ED5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3ED5D is #5C12A2. Grayscale: #C6C6C6. Windows color (decimal): -6034083 or 6155683. OLE color: 6155683.
HSL color Cylindrical-coordinate representation of color #A3ED5D: hue angle of 90.83º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A3ED5D is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 237 | 93 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.07 |
| HSL | 90.83º | 0.8% | 0.65% | - |
| HSV(B) | 90.83º | 0.61% | 0.93% | - |
| XYZ | 47.36 | 69.15 | 21.21 | - |
| YUV | 198.46 | 68.48 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 237 | 93 | 0.31 | 0 | 0.61 | 0.07 | 90.83 | 0.8 | 0.65 |
| Hex | A3 | ED | 5D | 1F | 0 | 3D | 7 | 5B | 50 | 41 |
| Octal | 243 | 355 | 135 | 37 | 0 | 75 | 7 | 133 | 120 | 101 |
| Binary | 10100011 | 11101101 | 1011101 | 11111 | 0 | 111101 | 111 | 1011011 | 1010000 | 1000001 |
Color Harmonies of #A3ED5D
Complementary color
Monochromatic Colors of #A3ED5D
Black with #A3ED5D
Text Example
Text Example
White with #A3ED5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ED5D; }
p { color: rgb(163,237,93); }
H1.HeaderClassName
{
color: #A3ED5D;
}
.AnyTagClassName
{
color: #A3ED5D;
}
</style>
background-color css
<style>
a { background-color: #A3ED5D; }
a { background-color: rgb(163,237,93); }
div.DivClassName
{
background-color: #A3ED5D;
}
.BgClassName
{
background-color: #A3ED5D;
}
</style>
border-color css
<style>
span { border-color: #A3ED5D; }
span { border-color: rgb(163,237,93); }
td.TdClassName
{
border-color: #A3ED5D;
}
.TagClassName
{
border-color: #A3ED5D;
}
</style>