Shades of Conifer #ADEF5E
Tints of Conifer #ADEF5E
RGB
CMYK
RGB Variations
Color information
#ADEF5E (or 0xADEF5E) is known color: Conifer. HEX triplet: AD, EF and 5E. RGB value is (173,239,94). Sum of RGB (Red+Green+Blue) = 173+239+94=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 94 (37.11% from 255 or 18.58% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEF5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEF5E is #5210A1. Grayscale: #CBCBCB. Windows color (decimal): -5378210 or 6221741. OLE color: 6221741.
HSL color Cylindrical-coordinate representation of color #ADEF5E: hue angle of 87.31º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADEF5E is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 94 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.06 |
| HSL | 87.31º | 0.82% | 0.65% | - |
| HSV(B) | 87.31º | 0.61% | 0.94% | - |
| XYZ | 50.12 | 71.43 | 21.73 | - |
| YUV | 202.74 | 66.63 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 94 | 0.28 | 0 | 0.61 | 0.06 | 87.31 | 0.82 | 0.65 |
| Hex | AD | EF | 5E | 1C | 0 | 3D | 6 | 57 | 52 | 41 |
| Octal | 255 | 357 | 136 | 34 | 0 | 75 | 6 | 127 | 122 | 101 |
| Binary | 10101101 | 11101111 | 1011110 | 11100 | 0 | 111101 | 110 | 1010111 | 1010010 | 1000001 |
Color Harmonies of #ADEF5E
Complementary color
Monochromatic Colors of #ADEF5E
Black with #ADEF5E
Text Example
Text Example
White with #ADEF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEF5E; }
p { color: rgb(173,239,94); }
H1.HeaderClassName
{
color: #ADEF5E;
}
.AnyTagClassName
{
color: #ADEF5E;
}
</style>
background-color css
<style>
a { background-color: #ADEF5E; }
a { background-color: rgb(173,239,94); }
div.DivClassName
{
background-color: #ADEF5E;
}
.BgClassName
{
background-color: #ADEF5E;
}
</style>
border-color css
<style>
span { border-color: #ADEF5E; }
span { border-color: rgb(173,239,94); }
td.TdClassName
{
border-color: #ADEF5E;
}
.TagClassName
{
border-color: #ADEF5E;
}
</style>