Shades of Conifer #A2DD5B
Tints of Conifer #A2DD5B
RGB
CMYK
RGB Variations
Color information
#A2DD5B (or 0xA2DD5B) is known color: Conifer. HEX triplet: A2, DD and 5B. RGB value is (162,221,91). Sum of RGB (Red+Green+Blue) = 162+221+91=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 91 (35.94% from 255 or 19.20% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DD5B is #5D22A4. Grayscale: #BCBCBC. Windows color (decimal): -6103717 or 6020514. OLE color: 6020514.
HSL color Cylindrical-coordinate representation of color #A2DD5B: hue angle of 87.23º 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 #A2DD5B is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 221 | 91 | - |
| CMYK | 0.27 | 0 | 0.59 | 0.13 |
| HSL | 87.23º | 0.66% | 0.61% | - |
| HSV(B) | 87.23º | 0.59% | 0.87% | - |
| XYZ | 42.65 | 60.15 | 19.26 | - |
| YUV | 188.54 | 72.95 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 91 | 0.27 | 0 | 0.59 | 0.13 | 87.23 | 0.66 | 0.61 |
| Hex | A2 | DD | 5B | 1B | 0 | 3B | D | 57 | 42 | 3D |
| Octal | 242 | 335 | 133 | 33 | 0 | 73 | 15 | 127 | 102 | 75 |
| Binary | 10100010 | 11011101 | 1011011 | 11011 | 0 | 111011 | 1101 | 1010111 | 1000010 | 111101 |
Color Harmonies of #A2DD5B
Complementary color
Monochromatic Colors of #A2DD5B
Black with #A2DD5B
Text Example
Text Example
White with #A2DD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DD5B; }
p { color: rgb(162,221,91); }
H1.HeaderClassName
{
color: #A2DD5B;
}
.AnyTagClassName
{
color: #A2DD5B;
}
</style>
background-color css
<style>
a { background-color: #A2DD5B; }
a { background-color: rgb(162,221,91); }
div.DivClassName
{
background-color: #A2DD5B;
}
.BgClassName
{
background-color: #A2DD5B;
}
</style>
border-color css
<style>
span { border-color: #A2DD5B; }
span { border-color: rgb(162,221,91); }
td.TdClassName
{
border-color: #A2DD5B;
}
.TagClassName
{
border-color: #A2DD5B;
}
</style>