Shades of Conifer #ADFF5D
Tints of Conifer #ADFF5D
RGB
CMYK
RGB Variations
Color information
#ADFF5D (or 0xADFF5D) is known color: Conifer. HEX triplet: AD, FF and 5D. RGB value is (173,255,93). Sum of RGB (Red+Green+Blue) = 173+255+93=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFF5D is #5200A2. Grayscale: #D4D4D4. Windows color (decimal): -5374115 or 6160301. OLE color: 6160301.
HSL color Cylindrical-coordinate representation of color #ADFF5D: hue angle of 90.37º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADFF5D is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 93 | - |
| CMYK | 0.32 | 0 | 0.64 | 0 |
| HSL | 90.37º | 1% | 0.68% | - |
| HSV(B) | 90.37º | 0.64% | 1% | - |
| XYZ | 54.97 | 81.19 | 23.13 | - |
| YUV | 212.01 | 60.83 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 93 | 0.32 | 0 | 0.64 | 0 | 90.37 | 1 | 0.68 |
| Hex | AD | FF | 5D | 20 | 0 | 40 | 0 | 5A | 64 | 44 |
| Octal | 255 | 377 | 135 | 40 | 0 | 100 | 0 | 132 | 144 | 104 |
| Binary | 10101101 | 11111111 | 1011101 | 100000 | 0 | 1000000 | 0 | 1011010 | 1100100 | 1000100 |
Color Harmonies of #ADFF5D
Complementary color
Monochromatic Colors of #ADFF5D
Black with #ADFF5D
Text Example
Text Example
White with #ADFF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF5D; }
p { color: rgb(173,255,93); }
H1.HeaderClassName
{
color: #ADFF5D;
}
.AnyTagClassName
{
color: #ADFF5D;
}
</style>
background-color css
<style>
a { background-color: #ADFF5D; }
a { background-color: rgb(173,255,93); }
div.DivClassName
{
background-color: #ADFF5D;
}
.BgClassName
{
background-color: #ADFF5D;
}
</style>
border-color css
<style>
span { border-color: #ADFF5D; }
span { border-color: rgb(173,255,93); }
td.TdClassName
{
border-color: #ADFF5D;
}
.TagClassName
{
border-color: #ADFF5D;
}
</style>