Shades of Conifer #ADE94F
Tints of Conifer #ADE94F
RGB
CMYK
RGB Variations
Color information
#ADE94F (or 0xADE94F) is known color: Conifer. HEX triplet: AD, E9 and 4F. RGB value is (173,233,79). Sum of RGB (Red+Green+Blue) = 173+233+79=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 233 (91.41% from 255 or 48.04% from 485); Blue value is 79 (31.25% from 255 or 16.29% from 485); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE94F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE94F is #5216B0. Grayscale: #C6C6C6. Windows color (decimal): -5379761 or 5237165. OLE color: 5237165.
HSL color Cylindrical-coordinate representation of color #ADE94F: hue angle of 83.38º degrees, saturation: 0.78, 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 #ADE94F is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 79 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.09 |
| HSL | 83.38º | 0.78% | 0.61% | - |
| HSV(B) | 83.38º | 0.66% | 0.91% | - |
| XYZ | 47.78 | 67.73 | 17.95 | - |
| YUV | 197.5 | 61.12 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 79 | 0.26 | 0 | 0.66 | 0.09 | 83.38 | 0.78 | 0.61 |
| Hex | AD | E9 | 4F | 1A | 0 | 42 | 9 | 53 | 4E | 3D |
| Octal | 255 | 351 | 117 | 32 | 0 | 102 | 11 | 123 | 116 | 75 |
| Binary | 10101101 | 11101001 | 1001111 | 11010 | 0 | 1000010 | 1001 | 1010011 | 1001110 | 111101 |
Color Harmonies of #ADE94F
Complementary color
Monochromatic Colors of #ADE94F
Black with #ADE94F
Text Example
Text Example
White with #ADE94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE94F; }
p { color: rgb(173,233,79); }
H1.HeaderClassName
{
color: #ADE94F;
}
.AnyTagClassName
{
color: #ADE94F;
}
</style>
background-color css
<style>
a { background-color: #ADE94F; }
a { background-color: rgb(173,233,79); }
div.DivClassName
{
background-color: #ADE94F;
}
.BgClassName
{
background-color: #ADE94F;
}
</style>
border-color css
<style>
span { border-color: #ADE94F; }
span { border-color: rgb(173,233,79); }
td.TdClassName
{
border-color: #ADE94F;
}
.TagClassName
{
border-color: #ADE94F;
}
</style>