Shades of Conifer #ADF15E
Tints of Conifer #ADF15E
RGB
CMYK
RGB Variations
Color information
#ADF15E (or 0xADF15E) is known color: Conifer. HEX triplet: AD, F1 and 5E. RGB value is (173,241,94). Sum of RGB (Red+Green+Blue) = 173+241+94=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 94 (37.11% from 255 or 18.50% from 508); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF15E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF15E is #520EA1. Grayscale: #CCCCCC. Windows color (decimal): -5377698 or 6222253. OLE color: 6222253.
HSL color Cylindrical-coordinate representation of color #ADF15E: hue angle of 87.76º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADF15E is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 94 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.05 |
| HSL | 87.76º | 0.84% | 0.66% | - |
| HSV(B) | 87.76º | 0.61% | 0.95% | - |
| XYZ | 50.71 | 72.6 | 21.93 | - |
| YUV | 203.91 | 65.97 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 94 | 0.28 | 0 | 0.61 | 0.05 | 87.76 | 0.84 | 0.66 |
| Hex | AD | F1 | 5E | 1C | 0 | 3D | 5 | 58 | 54 | 42 |
| Octal | 255 | 361 | 136 | 34 | 0 | 75 | 5 | 130 | 124 | 102 |
| Binary | 10101101 | 11110001 | 1011110 | 11100 | 0 | 111101 | 101 | 1011000 | 1010100 | 1000010 |
Color Harmonies of #ADF15E
Complementary color
Monochromatic Colors of #ADF15E
Black with #ADF15E
Text Example
Text Example
White with #ADF15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF15E; }
p { color: rgb(173,241,94); }
H1.HeaderClassName
{
color: #ADF15E;
}
.AnyTagClassName
{
color: #ADF15E;
}
</style>
background-color css
<style>
a { background-color: #ADF15E; }
a { background-color: rgb(173,241,94); }
div.DivClassName
{
background-color: #ADF15E;
}
.BgClassName
{
background-color: #ADF15E;
}
</style>
border-color css
<style>
span { border-color: #ADF15E; }
span { border-color: rgb(173,241,94); }
td.TdClassName
{
border-color: #ADF15E;
}
.TagClassName
{
border-color: #ADF15E;
}
</style>