Shades of Conifer #ADDA55
Tints of Conifer #ADDA55
RGB
CMYK
RGB Variations
Color information
#ADDA55 (or 0xADDA55) is known color: Conifer. HEX triplet: AD, DA and 55. RGB value is (173,218,85). Sum of RGB (Red+Green+Blue) = 173+218+85=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 85 (33.59% from 255 or 17.86% from 476); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA55 is #5225AA. Grayscale: #BDBDBD. Windows color (decimal): -5383595 or 5626541. OLE color: 5626541.
HSL color Cylindrical-coordinate representation of color #ADDA55: hue angle of 80.3º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADDA55 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 85 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.15 |
| HSL | 80.3º | 0.64% | 0.59% | - |
| HSV(B) | 80.3º | 0.61% | 0.85% | - |
| XYZ | 43.94 | 59.68 | 17.8 | - |
| YUV | 189.38 | 69.09 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 85 | 0.21 | 0 | 0.61 | 0.15 | 80.3 | 0.64 | 0.59 |
| Hex | AD | DA | 55 | 15 | 0 | 3D | F | 50 | 40 | 3B |
| Octal | 255 | 332 | 125 | 25 | 0 | 75 | 17 | 120 | 100 | 73 |
| Binary | 10101101 | 11011010 | 1010101 | 10101 | 0 | 111101 | 1111 | 1010000 | 1000000 | 111011 |
Color Harmonies of #ADDA55
Complementary color
Monochromatic Colors of #ADDA55
Black with #ADDA55
Text Example
Text Example
White with #ADDA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA55; }
p { color: rgb(173,218,85); }
H1.HeaderClassName
{
color: #ADDA55;
}
.AnyTagClassName
{
color: #ADDA55;
}
</style>
background-color css
<style>
a { background-color: #ADDA55; }
a { background-color: rgb(173,218,85); }
div.DivClassName
{
background-color: #ADDA55;
}
.BgClassName
{
background-color: #ADDA55;
}
</style>
border-color css
<style>
span { border-color: #ADDA55; }
span { border-color: rgb(173,218,85); }
td.TdClassName
{
border-color: #ADDA55;
}
.TagClassName
{
border-color: #ADDA55;
}
</style>