Shades of Conifer #ADE35F
Tints of Conifer #ADE35F
RGB
CMYK
RGB Variations
Color information
#ADE35F (or 0xADE35F) is known color: Conifer. HEX triplet: AD, E3 and 5F. RGB value is (173,227,95). Sum of RGB (Red+Green+Blue) = 173+227+95=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 227 (89.06% from 255 or 45.86% from 495); Blue value is 95 (37.5% from 255 or 19.19% from 495); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE35F is #521CA0. Grayscale: #C4C4C4. Windows color (decimal): -5381281 or 6284205. OLE color: 6284205.
HSL color Cylindrical-coordinate representation of color #ADE35F: hue angle of 84.55º degrees, saturation: 0.7, 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 #ADE35F is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 95 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.11 |
| HSL | 84.55º | 0.7% | 0.63% | - |
| HSV(B) | 84.55º | 0.58% | 0.89% | - |
| XYZ | 46.77 | 64.65 | 20.84 | - |
| YUV | 195.81 | 71.11 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 95 | 0.24 | 0 | 0.58 | 0.11 | 84.55 | 0.7 | 0.63 |
| Hex | AD | E3 | 5F | 18 | 0 | 3A | B | 55 | 46 | 3F |
| Octal | 255 | 343 | 137 | 30 | 0 | 72 | 13 | 125 | 106 | 77 |
| Binary | 10101101 | 11100011 | 1011111 | 11000 | 0 | 111010 | 1011 | 1010101 | 1000110 | 111111 |
Color Harmonies of #ADE35F
Complementary color
Monochromatic Colors of #ADE35F
Black with #ADE35F
Text Example
Text Example
White with #ADE35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE35F; }
p { color: rgb(173,227,95); }
H1.HeaderClassName
{
color: #ADE35F;
}
.AnyTagClassName
{
color: #ADE35F;
}
</style>
background-color css
<style>
a { background-color: #ADE35F; }
a { background-color: rgb(173,227,95); }
div.DivClassName
{
background-color: #ADE35F;
}
.BgClassName
{
background-color: #ADE35F;
}
</style>
border-color css
<style>
span { border-color: #ADE35F; }
span { border-color: rgb(173,227,95); }
td.TdClassName
{
border-color: #ADE35F;
}
.TagClassName
{
border-color: #ADE35F;
}
</style>