Shades of Conifer #ADDA5C
Tints of Conifer #ADDA5C
RGB
CMYK
RGB Variations
Color information
#ADDA5C (or 0xADDA5C) is known color: Conifer. HEX triplet: AD, DA and 5C. RGB value is (173,218,92). Sum of RGB (Red+Green+Blue) = 173+218+92=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA5C is #5225A3. Grayscale: #BEBEBE. Windows color (decimal): -5383588 or 6085293. OLE color: 6085293.
HSL color Cylindrical-coordinate representation of color #ADDA5C: hue angle of 81.43º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADDA5C is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 92 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.15 |
| HSL | 81.43º | 0.63% | 0.61% | - |
| HSV(B) | 81.43º | 0.58% | 0.85% | - |
| XYZ | 44.24 | 59.8 | 19.34 | - |
| YUV | 190.18 | 72.59 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 92 | 0.21 | 0 | 0.58 | 0.15 | 81.43 | 0.63 | 0.61 |
| Hex | AD | DA | 5C | 15 | 0 | 3A | F | 51 | 3F | 3D |
| Octal | 255 | 332 | 134 | 25 | 0 | 72 | 17 | 121 | 77 | 75 |
| Binary | 10101101 | 11011010 | 1011100 | 10101 | 0 | 111010 | 1111 | 1010001 | 111111 | 111101 |
Color Harmonies of #ADDA5C
Complementary color
Monochromatic Colors of #ADDA5C
Black with #ADDA5C
Text Example
Text Example
White with #ADDA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA5C; }
p { color: rgb(173,218,92); }
H1.HeaderClassName
{
color: #ADDA5C;
}
.AnyTagClassName
{
color: #ADDA5C;
}
</style>
background-color css
<style>
a { background-color: #ADDA5C; }
a { background-color: rgb(173,218,92); }
div.DivClassName
{
background-color: #ADDA5C;
}
.BgClassName
{
background-color: #ADDA5C;
}
</style>
border-color css
<style>
span { border-color: #ADDA5C; }
span { border-color: rgb(173,218,92); }
td.TdClassName
{
border-color: #ADDA5C;
}
.TagClassName
{
border-color: #ADDA5C;
}
</style>