Shades of Conifer #ADE44B
Tints of Conifer #ADE44B
RGB
CMYK
RGB Variations
Color information
#ADE44B (or 0xADE44B) is known color: Conifer. HEX triplet: AD, E4 and 4B. RGB value is (173,228,75). Sum of RGB (Red+Green+Blue) = 173+228+75=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 228 (89.45% from 255 or 47.90% from 476); Blue value is 75 (29.69% from 255 or 15.76% from 476); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE44B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE44B is #521BB4. Grayscale: #C2C2C2. Windows color (decimal): -5381045 or 4973741. OLE color: 4973741.
HSL color Cylindrical-coordinate representation of color #ADE44B: hue angle of 81.57º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADE44B is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 75 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.11 |
| HSL | 81.57º | 0.74% | 0.59% | - |
| HSV(B) | 81.57º | 0.67% | 0.89% | - |
| XYZ | 46.25 | 64.88 | 16.74 | - |
| YUV | 194.11 | 60.78 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 75 | 0.24 | 0 | 0.67 | 0.11 | 81.57 | 0.74 | 0.59 |
| Hex | AD | E4 | 4B | 18 | 0 | 43 | B | 52 | 4A | 3B |
| Octal | 255 | 344 | 113 | 30 | 0 | 103 | 13 | 122 | 112 | 73 |
| Binary | 10101101 | 11100100 | 1001011 | 11000 | 0 | 1000011 | 1011 | 1010010 | 1001010 | 111011 |
Color Harmonies of #ADE44B
Complementary color
Monochromatic Colors of #ADE44B
Black with #ADE44B
Text Example
Text Example
White with #ADE44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE44B; }
p { color: rgb(173,228,75); }
H1.HeaderClassName
{
color: #ADE44B;
}
.AnyTagClassName
{
color: #ADE44B;
}
</style>
background-color css
<style>
a { background-color: #ADE44B; }
a { background-color: rgb(173,228,75); }
div.DivClassName
{
background-color: #ADE44B;
}
.BgClassName
{
background-color: #ADE44B;
}
</style>
border-color css
<style>
span { border-color: #ADE44B; }
span { border-color: rgb(173,228,75); }
td.TdClassName
{
border-color: #ADE44B;
}
.TagClassName
{
border-color: #ADE44B;
}
</style>