Shades of Conifer #ADE25F
Tints of Conifer #ADE25F
RGB
CMYK
RGB Variations
Color information
#ADE25F (or 0xADE25F) is known color: Conifer. HEX triplet: AD, E2 and 5F. RGB value is (173,226,95). Sum of RGB (Red+Green+Blue) = 173+226+95=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 226 (88.67% from 255 or 45.75% from 494); Blue value is 95 (37.5% from 255 or 19.23% from 494); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE25F is #521DA0. Grayscale: #C3C3C3. Windows color (decimal): -5381537 or 6283949. OLE color: 6283949.
HSL color Cylindrical-coordinate representation of color #ADE25F: hue angle of 84.27º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADE25F is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 95 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.11 |
| HSL | 84.27º | 0.69% | 0.63% | - |
| HSV(B) | 84.27º | 0.58% | 0.89% | - |
| XYZ | 46.5 | 64.1 | 20.75 | - |
| YUV | 195.22 | 71.44 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 95 | 0.23 | 0 | 0.58 | 0.11 | 84.27 | 0.69 | 0.63 |
| Hex | AD | E2 | 5F | 17 | 0 | 3A | B | 54 | 45 | 3F |
| Octal | 255 | 342 | 137 | 27 | 0 | 72 | 13 | 124 | 105 | 77 |
| Binary | 10101101 | 11100010 | 1011111 | 10111 | 0 | 111010 | 1011 | 1010100 | 1000101 | 111111 |
Color Harmonies of #ADE25F
Complementary color
Monochromatic Colors of #ADE25F
Black with #ADE25F
Text Example
Text Example
White with #ADE25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE25F; }
p { color: rgb(173,226,95); }
H1.HeaderClassName
{
color: #ADE25F;
}
.AnyTagClassName
{
color: #ADE25F;
}
</style>
background-color css
<style>
a { background-color: #ADE25F; }
a { background-color: rgb(173,226,95); }
div.DivClassName
{
background-color: #ADE25F;
}
.BgClassName
{
background-color: #ADE25F;
}
</style>
border-color css
<style>
span { border-color: #ADE25F; }
span { border-color: rgb(173,226,95); }
td.TdClassName
{
border-color: #ADE25F;
}
.TagClassName
{
border-color: #ADE25F;
}
</style>