Shades of Conifer #A2DD4B
Tints of Conifer #A2DD4B
RGB
CMYK
RGB Variations
Color information
#A2DD4B (or 0xA2DD4B) is known color: Conifer. HEX triplet: A2, DD and 4B. RGB value is (162,221,75). Sum of RGB (Red+Green+Blue) = 162+221+75=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 75 (29.69% from 255 or 16.38% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DD4B is #5D22B4. Grayscale: #BBBBBB. Windows color (decimal): -6103733 or 4971938. OLE color: 4971938.
HSL color Cylindrical-coordinate representation of color #A2DD4B: hue angle of 84.25º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A2DD4B is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 221 | 75 | - |
| CMYK | 0.27 | 0 | 0.66 | 0.13 |
| HSL | 84.25º | 0.68% | 0.58% | - |
| HSV(B) | 84.25º | 0.66% | 0.87% | - |
| XYZ | 42.03 | 59.9 | 16 | - |
| YUV | 186.72 | 64.95 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 75 | 0.27 | 0 | 0.66 | 0.13 | 84.25 | 0.68 | 0.58 |
| Hex | A2 | DD | 4B | 1B | 0 | 42 | D | 54 | 44 | 3A |
| Octal | 242 | 335 | 113 | 33 | 0 | 102 | 15 | 124 | 104 | 72 |
| Binary | 10100010 | 11011101 | 1001011 | 11011 | 0 | 1000010 | 1101 | 1010100 | 1000100 | 111010 |
Color Harmonies of #A2DD4B
Complementary color
Monochromatic Colors of #A2DD4B
Black with #A2DD4B
Text Example
Text Example
White with #A2DD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DD4B; }
p { color: rgb(162,221,75); }
H1.HeaderClassName
{
color: #A2DD4B;
}
.AnyTagClassName
{
color: #A2DD4B;
}
</style>
background-color css
<style>
a { background-color: #A2DD4B; }
a { background-color: rgb(162,221,75); }
div.DivClassName
{
background-color: #A2DD4B;
}
.BgClassName
{
background-color: #A2DD4B;
}
</style>
border-color css
<style>
span { border-color: #A2DD4B; }
span { border-color: rgb(162,221,75); }
td.TdClassName
{
border-color: #A2DD4B;
}
.TagClassName
{
border-color: #A2DD4B;
}
</style>