Shades of Conifer #ADFF5E
Tints of Conifer #ADFF5E
RGB
CMYK
RGB Variations
Color information
#ADFF5E (or 0xADFF5E) is known color: Conifer. HEX triplet: AD, FF and 5E. RGB value is (173,255,94). Sum of RGB (Red+Green+Blue) = 173+255+94=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 94 (37.11% from 255 or 18.01% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFF5E is #5200A1. Grayscale: #D4D4D4. Windows color (decimal): -5374114 or 6225837. OLE color: 6225837.
HSL color Cylindrical-coordinate representation of color #ADFF5E: hue angle of 90.56º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADFF5E is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 94 | - |
| CMYK | 0.32 | 0 | 0.63 | 0 |
| HSL | 90.56º | 1% | 0.68% | - |
| HSV(B) | 90.56º | 0.63% | 1% | - |
| XYZ | 55.01 | 81.21 | 23.37 | - |
| YUV | 212.13 | 61.33 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 94 | 0.32 | 0 | 0.63 | 0 | 90.56 | 1 | 0.68 |
| Hex | AD | FF | 5E | 20 | 0 | 3F | 0 | 5B | 64 | 44 |
| Octal | 255 | 377 | 136 | 40 | 0 | 77 | 0 | 133 | 144 | 104 |
| Binary | 10101101 | 11111111 | 1011110 | 100000 | 0 | 111111 | 0 | 1011011 | 1100100 | 1000100 |
Color Harmonies of #ADFF5E
Complementary color
Monochromatic Colors of #ADFF5E
Black with #ADFF5E
Text Example
Text Example
White with #ADFF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF5E; }
p { color: rgb(173,255,94); }
H1.HeaderClassName
{
color: #ADFF5E;
}
.AnyTagClassName
{
color: #ADFF5E;
}
</style>
background-color css
<style>
a { background-color: #ADFF5E; }
a { background-color: rgb(173,255,94); }
div.DivClassName
{
background-color: #ADFF5E;
}
.BgClassName
{
background-color: #ADFF5E;
}
</style>
border-color css
<style>
span { border-color: #ADFF5E; }
span { border-color: rgb(173,255,94); }
td.TdClassName
{
border-color: #ADFF5E;
}
.TagClassName
{
border-color: #ADFF5E;
}
</style>