Shades of Conifer #A3DD4E
Tints of Conifer #A3DD4E
RGB
CMYK
RGB Variations
Color information
#A3DD4E (or 0xA3DD4E) is known color: Conifer. HEX triplet: A3, DD and 4E. RGB value is (163,221,78). Sum of RGB (Red+Green+Blue) = 163+221+78=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 78 (30.86% from 255 or 16.88% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DD4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DD4E is #5C22B1. Grayscale: #BBBBBB. Windows color (decimal): -6038194 or 5168547. OLE color: 5168547.
HSL color Cylindrical-coordinate representation of color #A3DD4E: hue angle of 84.34º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A3DD4E is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 221 | 78 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.13 |
| HSL | 84.34º | 0.68% | 0.59% | - |
| HSV(B) | 84.34º | 0.65% | 0.87% | - |
| XYZ | 42.34 | 60.05 | 16.57 | - |
| YUV | 187.36 | 66.28 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 221 | 78 | 0.26 | 0 | 0.65 | 0.13 | 84.34 | 0.68 | 0.59 |
| Hex | A3 | DD | 4E | 1A | 0 | 41 | D | 54 | 44 | 3B |
| Octal | 243 | 335 | 116 | 32 | 0 | 101 | 15 | 124 | 104 | 73 |
| Binary | 10100011 | 11011101 | 1001110 | 11010 | 0 | 1000001 | 1101 | 1010100 | 1000100 | 111011 |
Color Harmonies of #A3DD4E
Complementary color
Monochromatic Colors of #A3DD4E
Black with #A3DD4E
Text Example
Text Example
White with #A3DD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DD4E; }
p { color: rgb(163,221,78); }
H1.HeaderClassName
{
color: #A3DD4E;
}
.AnyTagClassName
{
color: #A3DD4E;
}
</style>
background-color css
<style>
a { background-color: #A3DD4E; }
a { background-color: rgb(163,221,78); }
div.DivClassName
{
background-color: #A3DD4E;
}
.BgClassName
{
background-color: #A3DD4E;
}
</style>
border-color css
<style>
span { border-color: #A3DD4E; }
span { border-color: rgb(163,221,78); }
td.TdClassName
{
border-color: #A3DD4E;
}
.TagClassName
{
border-color: #A3DD4E;
}
</style>