Shades of Conifer #ADEF5C
Tints of Conifer #ADEF5C
RGB
CMYK
RGB Variations
Color information
#ADEF5C (or 0xADEF5C) is known color: Conifer. HEX triplet: AD, EF and 5C. RGB value is (173,239,92). Sum of RGB (Red+Green+Blue) = 173+239+92=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 92 (36.33% from 255 or 18.25% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEF5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEF5C is #5210A3. Grayscale: #CBCBCB. Windows color (decimal): -5378212 or 6090669. OLE color: 6090669.
HSL color Cylindrical-coordinate representation of color #ADEF5C: hue angle of 86.94º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADEF5C is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 92 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.06 |
| HSL | 86.94º | 0.82% | 0.65% | - |
| HSV(B) | 86.94º | 0.62% | 0.94% | - |
| XYZ | 50.03 | 71.39 | 21.27 | - |
| YUV | 202.51 | 65.63 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 92 | 0.28 | 0 | 0.62 | 0.06 | 86.94 | 0.82 | 0.65 |
| Hex | AD | EF | 5C | 1C | 0 | 3E | 6 | 57 | 52 | 41 |
| Octal | 255 | 357 | 134 | 34 | 0 | 76 | 6 | 127 | 122 | 101 |
| Binary | 10101101 | 11101111 | 1011100 | 11100 | 0 | 111110 | 110 | 1010111 | 1010010 | 1000001 |
Color Harmonies of #ADEF5C
Complementary color
Monochromatic Colors of #ADEF5C
Black with #ADEF5C
Text Example
Text Example
White with #ADEF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEF5C; }
p { color: rgb(173,239,92); }
H1.HeaderClassName
{
color: #ADEF5C;
}
.AnyTagClassName
{
color: #ADEF5C;
}
</style>
background-color css
<style>
a { background-color: #ADEF5C; }
a { background-color: rgb(173,239,92); }
div.DivClassName
{
background-color: #ADEF5C;
}
.BgClassName
{
background-color: #ADEF5C;
}
</style>
border-color css
<style>
span { border-color: #ADEF5C; }
span { border-color: rgb(173,239,92); }
td.TdClassName
{
border-color: #ADEF5C;
}
.TagClassName
{
border-color: #ADEF5C;
}
</style>