Shades of Conifer #ADDE4A
Tints of Conifer #ADDE4A
RGB
CMYK
RGB Variations
Color information
#ADDE4A (or 0xADDE4A) is known color: Conifer. HEX triplet: AD, DE and 4A. RGB value is (173,222,74). Sum of RGB (Red+Green+Blue) = 173+222+74=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 222 (87.11% from 255 or 47.33% from 469); Blue value is 74 (29.30% from 255 or 15.78% from 469); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDE4A is #5221B5. Grayscale: #BFBFBF. Windows color (decimal): -5382582 or 4906669. OLE color: 4906669.
HSL color Cylindrical-coordinate representation of color #ADDE4A: hue angle of 79.86º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADDE4A is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 74 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.13 |
| HSL | 79.86º | 0.69% | 0.58% | - |
| HSV(B) | 79.86º | 0.67% | 0.87% | - |
| XYZ | 44.59 | 61.62 | 16.02 | - |
| YUV | 190.48 | 62.27 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 74 | 0.22 | 0 | 0.67 | 0.13 | 79.86 | 0.69 | 0.58 |
| Hex | AD | DE | 4A | 16 | 0 | 43 | D | 50 | 45 | 3A |
| Octal | 255 | 336 | 112 | 26 | 0 | 103 | 15 | 120 | 105 | 72 |
| Binary | 10101101 | 11011110 | 1001010 | 10110 | 0 | 1000011 | 1101 | 1010000 | 1000101 | 111010 |
Color Harmonies of #ADDE4A
Complementary color
Monochromatic Colors of #ADDE4A
Black with #ADDE4A
Text Example
Text Example
White with #ADDE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDE4A; }
p { color: rgb(173,222,74); }
H1.HeaderClassName
{
color: #ADDE4A;
}
.AnyTagClassName
{
color: #ADDE4A;
}
</style>
background-color css
<style>
a { background-color: #ADDE4A; }
a { background-color: rgb(173,222,74); }
div.DivClassName
{
background-color: #ADDE4A;
}
.BgClassName
{
background-color: #ADDE4A;
}
</style>
border-color css
<style>
span { border-color: #ADDE4A; }
span { border-color: rgb(173,222,74); }
td.TdClassName
{
border-color: #ADDE4A;
}
.TagClassName
{
border-color: #ADDE4A;
}
</style>