Shades of Conifer #ADDE4C
Tints of Conifer #ADDE4C
RGB
CMYK
RGB Variations
Color information
#ADDE4C (or 0xADDE4C) is known color: Conifer. HEX triplet: AD, DE and 4C. RGB value is (173,222,76). Sum of RGB (Red+Green+Blue) = 173+222+76=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 222 (87.11% from 255 or 47.13% from 471); Blue value is 76 (30.08% from 255 or 16.14% from 471); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDE4C is #5221B3. Grayscale: #BFBFBF. Windows color (decimal): -5382580 or 5037741. OLE color: 5037741.
HSL color Cylindrical-coordinate representation of color #ADDE4C: hue angle of 80.14º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADDE4C is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 76 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.13 |
| HSL | 80.14º | 0.69% | 0.58% | - |
| HSV(B) | 80.14º | 0.66% | 0.87% | - |
| XYZ | 44.66 | 61.65 | 16.38 | - |
| YUV | 190.71 | 63.27 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 76 | 0.22 | 0 | 0.66 | 0.13 | 80.14 | 0.69 | 0.58 |
| Hex | AD | DE | 4C | 16 | 0 | 42 | D | 50 | 45 | 3A |
| Octal | 255 | 336 | 114 | 26 | 0 | 102 | 15 | 120 | 105 | 72 |
| Binary | 10101101 | 11011110 | 1001100 | 10110 | 0 | 1000010 | 1101 | 1010000 | 1000101 | 111010 |
Color Harmonies of #ADDE4C
Complementary color
Monochromatic Colors of #ADDE4C
Black with #ADDE4C
Text Example
Text Example
White with #ADDE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDE4C; }
p { color: rgb(173,222,76); }
H1.HeaderClassName
{
color: #ADDE4C;
}
.AnyTagClassName
{
color: #ADDE4C;
}
</style>
background-color css
<style>
a { background-color: #ADDE4C; }
a { background-color: rgb(173,222,76); }
div.DivClassName
{
background-color: #ADDE4C;
}
.BgClassName
{
background-color: #ADDE4C;
}
</style>
border-color css
<style>
span { border-color: #ADDE4C; }
span { border-color: rgb(173,222,76); }
td.TdClassName
{
border-color: #ADDE4C;
}
.TagClassName
{
border-color: #ADDE4C;
}
</style>