Shades of Conifer #A2DD5A
Tints of Conifer #A2DD5A
RGB
CMYK
RGB Variations
Color information
#A2DD5A (or 0xA2DD5A) is known color: Conifer. HEX triplet: A2, DD and 5A. RGB value is (162,221,90). Sum of RGB (Red+Green+Blue) = 162+221+90=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 90 (35.55% from 255 or 19.03% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DD5A is #5D22A5. Grayscale: #BCBCBC. Windows color (decimal): -6103718 or 5954978. OLE color: 5954978.
HSL color Cylindrical-coordinate representation of color #A2DD5A: hue angle of 87.02º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2DD5A is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 221 | 90 | - |
| CMYK | 0.27 | 0 | 0.59 | 0.13 |
| HSL | 87.02º | 0.66% | 0.61% | - |
| HSV(B) | 87.02º | 0.59% | 0.87% | - |
| XYZ | 42.6 | 60.13 | 19.03 | - |
| YUV | 188.43 | 72.45 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 90 | 0.27 | 0 | 0.59 | 0.13 | 87.02 | 0.66 | 0.61 |
| Hex | A2 | DD | 5A | 1B | 0 | 3B | D | 57 | 42 | 3D |
| Octal | 242 | 335 | 132 | 33 | 0 | 73 | 15 | 127 | 102 | 75 |
| Binary | 10100010 | 11011101 | 1011010 | 11011 | 0 | 111011 | 1101 | 1010111 | 1000010 | 111101 |
Color Harmonies of #A2DD5A
Complementary color
Monochromatic Colors of #A2DD5A
Black with #A2DD5A
Text Example
Text Example
White with #A2DD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DD5A; }
p { color: rgb(162,221,90); }
H1.HeaderClassName
{
color: #A2DD5A;
}
.AnyTagClassName
{
color: #A2DD5A;
}
</style>
background-color css
<style>
a { background-color: #A2DD5A; }
a { background-color: rgb(162,221,90); }
div.DivClassName
{
background-color: #A2DD5A;
}
.BgClassName
{
background-color: #A2DD5A;
}
</style>
border-color css
<style>
span { border-color: #A2DD5A; }
span { border-color: rgb(162,221,90); }
td.TdClassName
{
border-color: #A2DD5A;
}
.TagClassName
{
border-color: #A2DD5A;
}
</style>