Shades of Conifer #ADE84B
Tints of Conifer #ADE84B
RGB
CMYK
RGB Variations
Color information
#ADE84B (or 0xADE84B) is known color: Conifer. HEX triplet: AD, E8 and 4B. RGB value is (173,232,75). Sum of RGB (Red+Green+Blue) = 173+232+75=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 232 (91.02% from 255 or 48.33% from 480); Blue value is 75 (29.69% from 255 or 15.62% from 480); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE84B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADE84B is #5217B4. Grayscale: #C5C5C5. Windows color (decimal): -5380021 or 4974765. OLE color: 4974765.
HSL color Cylindrical-coordinate representation of color #ADE84B: hue angle of 82.55º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADE84B is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 75 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.09 |
| HSL | 82.55º | 0.77% | 0.6% | - |
| HSV(B) | 82.55º | 0.68% | 0.91% | - |
| XYZ | 47.36 | 67.11 | 17.11 | - |
| YUV | 196.46 | 59.45 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 75 | 0.25 | 0 | 0.68 | 0.09 | 82.55 | 0.77 | 0.6 |
| Hex | AD | E8 | 4B | 19 | 0 | 44 | 9 | 53 | 4D | 3C |
| Octal | 255 | 350 | 113 | 31 | 0 | 104 | 11 | 123 | 115 | 74 |
| Binary | 10101101 | 11101000 | 1001011 | 11001 | 0 | 1000100 | 1001 | 1010011 | 1001101 | 111100 |
Color Harmonies of #ADE84B
Complementary color
Monochromatic Colors of #ADE84B
Black with #ADE84B
Text Example
Text Example
White with #ADE84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE84B; }
p { color: rgb(173,232,75); }
H1.HeaderClassName
{
color: #ADE84B;
}
.AnyTagClassName
{
color: #ADE84B;
}
</style>
background-color css
<style>
a { background-color: #ADE84B; }
a { background-color: rgb(173,232,75); }
div.DivClassName
{
background-color: #ADE84B;
}
.BgClassName
{
background-color: #ADE84B;
}
</style>
border-color css
<style>
span { border-color: #ADE84B; }
span { border-color: rgb(173,232,75); }
td.TdClassName
{
border-color: #ADE84B;
}
.TagClassName
{
border-color: #ADE84B;
}
</style>