Shades of Conifer #ADE74E
Tints of Conifer #ADE74E
RGB
CMYK
RGB Variations
Color information
#ADE74E (or 0xADE74E) is known color: Conifer. HEX triplet: AD, E7 and 4E. RGB value is (173,231,78). Sum of RGB (Red+Green+Blue) = 173+231+78=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 231 (90.62% from 255 or 47.93% from 482); Blue value is 78 (30.86% from 255 or 16.18% from 482); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE74E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE74E is #5218B1. Grayscale: #C4C4C4. Windows color (decimal): -5380274 or 5171117. OLE color: 5171117.
HSL color Cylindrical-coordinate representation of color #ADE74E: hue angle of 82.75º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADE74E is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 78 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.09 |
| HSL | 82.75º | 0.76% | 0.61% | - |
| HSV(B) | 82.75º | 0.66% | 0.91% | - |
| XYZ | 47.18 | 66.59 | 17.57 | - |
| YUV | 196.22 | 61.28 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 78 | 0.25 | 0 | 0.66 | 0.09 | 82.75 | 0.76 | 0.61 |
| Hex | AD | E7 | 4E | 19 | 0 | 42 | 9 | 53 | 4C | 3D |
| Octal | 255 | 347 | 116 | 31 | 0 | 102 | 11 | 123 | 114 | 75 |
| Binary | 10101101 | 11100111 | 1001110 | 11001 | 0 | 1000010 | 1001 | 1010011 | 1001100 | 111101 |
Color Harmonies of #ADE74E
Complementary color
Monochromatic Colors of #ADE74E
Black with #ADE74E
Text Example
Text Example
White with #ADE74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE74E; }
p { color: rgb(173,231,78); }
H1.HeaderClassName
{
color: #ADE74E;
}
.AnyTagClassName
{
color: #ADE74E;
}
</style>
background-color css
<style>
a { background-color: #ADE74E; }
a { background-color: rgb(173,231,78); }
div.DivClassName
{
background-color: #ADE74E;
}
.BgClassName
{
background-color: #ADE74E;
}
</style>
border-color css
<style>
span { border-color: #ADE74E; }
span { border-color: rgb(173,231,78); }
td.TdClassName
{
border-color: #ADE74E;
}
.TagClassName
{
border-color: #ADE74E;
}
</style>