Shades of Conifer #ADDA4B
Tints of Conifer #ADDA4B
RGB
CMYK
RGB Variations
Color information
#ADDA4B (or 0xADDA4B) is known color: Conifer. HEX triplet: AD, DA and 4B. RGB value is (173,218,75). Sum of RGB (Red+Green+Blue) = 173+218+75=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 75 (29.69% from 255 or 16.09% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDA4B is #5225B4. Grayscale: #BCBCBC. Windows color (decimal): -5383605 or 4971181. OLE color: 4971181.
HSL color Cylindrical-coordinate representation of color #ADDA4B: hue angle of 78.88º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADDA4B is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 75 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.15 |
| HSL | 78.88º | 0.66% | 0.57% | - |
| HSV(B) | 78.88º | 0.66% | 0.85% | - |
| XYZ | 43.57 | 59.54 | 15.85 | - |
| YUV | 188.24 | 64.09 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 75 | 0.21 | 0 | 0.66 | 0.15 | 78.88 | 0.66 | 0.57 |
| Hex | AD | DA | 4B | 15 | 0 | 42 | F | 4F | 42 | 39 |
| Octal | 255 | 332 | 113 | 25 | 0 | 102 | 17 | 117 | 102 | 71 |
| Binary | 10101101 | 11011010 | 1001011 | 10101 | 0 | 1000010 | 1111 | 1001111 | 1000010 | 111001 |
Color Harmonies of #ADDA4B
Complementary color
Monochromatic Colors of #ADDA4B
Black with #ADDA4B
Text Example
Text Example
White with #ADDA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA4B; }
p { color: rgb(173,218,75); }
H1.HeaderClassName
{
color: #ADDA4B;
}
.AnyTagClassName
{
color: #ADDA4B;
}
</style>
background-color css
<style>
a { background-color: #ADDA4B; }
a { background-color: rgb(173,218,75); }
div.DivClassName
{
background-color: #ADDA4B;
}
.BgClassName
{
background-color: #ADDA4B;
}
</style>
border-color css
<style>
span { border-color: #ADDA4B; }
span { border-color: rgb(173,218,75); }
td.TdClassName
{
border-color: #ADDA4B;
}
.TagClassName
{
border-color: #ADDA4B;
}
</style>