Shades of Conifer #AADB45
Tints of Conifer #AADB45
RGB
CMYK
RGB Variations
Color information
#AADB45 (or 0xAADB45) is known color: Conifer. HEX triplet: AA, DB and 45. RGB value is (170,219,69). Sum of RGB (Red+Green+Blue) = 170+219+69=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 69 (27.34% from 255 or 15.07% from 458); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADB45 is #5524BA. Grayscale: #BBBBBB. Windows color (decimal): -5579963 or 4578218. OLE color: 4578218.
HSL color Cylindrical-coordinate representation of color #AADB45: hue angle of 79.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AADB45 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 69 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.14 |
| HSL | 79.6º | 0.68% | 0.56% | - |
| HSV(B) | 79.6º | 0.68% | 0.86% | - |
| XYZ | 42.98 | 59.64 | 14.88 | - |
| YUV | 187.25 | 61.27 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 69 | 0.22 | 0 | 0.68 | 0.14 | 79.6 | 0.68 | 0.56 |
| Hex | AA | DB | 45 | 16 | 0 | 44 | E | 50 | 44 | 38 |
| Octal | 252 | 333 | 105 | 26 | 0 | 104 | 16 | 120 | 104 | 70 |
| Binary | 10101010 | 11011011 | 1000101 | 10110 | 0 | 1000100 | 1110 | 1010000 | 1000100 | 111000 |
Color Harmonies of #AADB45
Complementary color
Monochromatic Colors of #AADB45
Black with #AADB45
Text Example
Text Example
White with #AADB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADB45; }
p { color: rgb(170,219,69); }
H1.HeaderClassName
{
color: #AADB45;
}
.AnyTagClassName
{
color: #AADB45;
}
</style>
background-color css
<style>
a { background-color: #AADB45; }
a { background-color: rgb(170,219,69); }
div.DivClassName
{
background-color: #AADB45;
}
.BgClassName
{
background-color: #AADB45;
}
</style>
border-color css
<style>
span { border-color: #AADB45; }
span { border-color: rgb(170,219,69); }
td.TdClassName
{
border-color: #AADB45;
}
.TagClassName
{
border-color: #AADB45;
}
</style>