Shades of Conifer #ADDA40
Tints of Conifer #ADDA40
RGB
CMYK
RGB Variations
Color information
#ADDA40 (or 0xADDA40) is known color: Conifer. HEX triplet: AD, DA and 40. RGB value is (173,218,64). Sum of RGB (Red+Green+Blue) = 173+218+64=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDA40 is #5225BF. Grayscale: #BBBBBB. Windows color (decimal): -5383616 or 4250285. OLE color: 4250285.
HSL color Cylindrical-coordinate representation of color #ADDA40: hue angle of 77.53º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADDA40 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 64 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.15 |
| HSL | 77.53º | 0.68% | 0.55% | - |
| HSV(B) | 77.53º | 0.71% | 0.85% | - |
| XYZ | 43.23 | 59.4 | 14.04 | - |
| YUV | 186.99 | 58.59 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 64 | 0.21 | 0 | 0.71 | 0.15 | 77.53 | 0.68 | 0.55 |
| Hex | AD | DA | 40 | 15 | 0 | 47 | F | 4E | 44 | 37 |
| Octal | 255 | 332 | 100 | 25 | 0 | 107 | 17 | 116 | 104 | 67 |
| Binary | 10101101 | 11011010 | 1000000 | 10101 | 0 | 1000111 | 1111 | 1001110 | 1000100 | 110111 |
Color Harmonies of #ADDA40
Complementary color
Monochromatic Colors of #ADDA40
Black with #ADDA40
Text Example
Text Example
White with #ADDA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA40; }
p { color: rgb(173,218,64); }
H1.HeaderClassName
{
color: #ADDA40;
}
.AnyTagClassName
{
color: #ADDA40;
}
</style>
background-color css
<style>
a { background-color: #ADDA40; }
a { background-color: rgb(173,218,64); }
div.DivClassName
{
background-color: #ADDA40;
}
.BgClassName
{
background-color: #ADDA40;
}
</style>
border-color css
<style>
span { border-color: #ADDA40; }
span { border-color: rgb(173,218,64); }
td.TdClassName
{
border-color: #ADDA40;
}
.TagClassName
{
border-color: #ADDA40;
}
</style>