Shades of Conifer #ADDB45
Tints of Conifer #ADDB45
RGB
CMYK
RGB Variations
Color information
#ADDB45 (or 0xADDB45) is known color: Conifer. HEX triplet: AD, DB and 45. RGB value is (173,219,69). Sum of RGB (Red+Green+Blue) = 173+219+69=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 69 (27.34% from 255 or 14.97% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDB45 is #5224BA. Grayscale: #BCBCBC. Windows color (decimal): -5383355 or 4578221. OLE color: 4578221.
HSL color Cylindrical-coordinate representation of color #ADDB45: hue angle of 78.4º 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 #ADDB45 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 69 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.14 |
| HSL | 78.4º | 0.68% | 0.56% | - |
| HSV(B) | 78.4º | 0.68% | 0.86% | - |
| XYZ | 43.64 | 59.98 | 14.91 | - |
| YUV | 188.15 | 60.76 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 69 | 0.21 | 0 | 0.68 | 0.14 | 78.4 | 0.68 | 0.56 |
| Hex | AD | DB | 45 | 15 | 0 | 44 | E | 4E | 44 | 38 |
| Octal | 255 | 333 | 105 | 25 | 0 | 104 | 16 | 116 | 104 | 70 |
| Binary | 10101101 | 11011011 | 1000101 | 10101 | 0 | 1000100 | 1110 | 1001110 | 1000100 | 111000 |
Color Harmonies of #ADDB45
Complementary color
Monochromatic Colors of #ADDB45
Black with #ADDB45
Text Example
Text Example
White with #ADDB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB45; }
p { color: rgb(173,219,69); }
H1.HeaderClassName
{
color: #ADDB45;
}
.AnyTagClassName
{
color: #ADDB45;
}
</style>
background-color css
<style>
a { background-color: #ADDB45; }
a { background-color: rgb(173,219,69); }
div.DivClassName
{
background-color: #ADDB45;
}
.BgClassName
{
background-color: #ADDB45;
}
</style>
border-color css
<style>
span { border-color: #ADDB45; }
span { border-color: rgb(173,219,69); }
td.TdClassName
{
border-color: #ADDB45;
}
.TagClassName
{
border-color: #ADDB45;
}
</style>