Shades of Conifer #ADDB5C
Tints of Conifer #ADDB5C
RGB
CMYK
RGB Variations
Color information
#ADDB5C (or 0xADDB5C) is known color: Conifer. HEX triplet: AD, DB and 5C. RGB value is (173,219,92). Sum of RGB (Red+Green+Blue) = 173+219+92=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 92 (36.33% from 255 or 19.01% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB5C is #5224A3. Grayscale: #BFBFBF. Windows color (decimal): -5383332 or 6085549. OLE color: 6085549.
HSL color Cylindrical-coordinate representation of color #ADDB5C: hue angle of 81.73º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADDB5C is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 92 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.14 |
| HSL | 81.73º | 0.64% | 0.61% | - |
| HSV(B) | 81.73º | 0.58% | 0.86% | - |
| XYZ | 44.5 | 60.32 | 19.42 | - |
| YUV | 190.77 | 72.26 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 92 | 0.21 | 0 | 0.58 | 0.14 | 81.73 | 0.64 | 0.61 |
| Hex | AD | DB | 5C | 15 | 0 | 3A | E | 52 | 40 | 3D |
| Octal | 255 | 333 | 134 | 25 | 0 | 72 | 16 | 122 | 100 | 75 |
| Binary | 10101101 | 11011011 | 1011100 | 10101 | 0 | 111010 | 1110 | 1010010 | 1000000 | 111101 |
Color Harmonies of #ADDB5C
Complementary color
Monochromatic Colors of #ADDB5C
Black with #ADDB5C
Text Example
Text Example
White with #ADDB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB5C; }
p { color: rgb(173,219,92); }
H1.HeaderClassName
{
color: #ADDB5C;
}
.AnyTagClassName
{
color: #ADDB5C;
}
</style>
background-color css
<style>
a { background-color: #ADDB5C; }
a { background-color: rgb(173,219,92); }
div.DivClassName
{
background-color: #ADDB5C;
}
.BgClassName
{
background-color: #ADDB5C;
}
</style>
border-color css
<style>
span { border-color: #ADDB5C; }
span { border-color: rgb(173,219,92); }
td.TdClassName
{
border-color: #ADDB5C;
}
.TagClassName
{
border-color: #ADDB5C;
}
</style>