Shades of Conifer #ADFF5A
Tints of Conifer #ADFF5A
RGB
CMYK
RGB Variations
Color information
#ADFF5A (or 0xADFF5A) is known color: Conifer. HEX triplet: AD, FF and 5A. RGB value is (173,255,90). Sum of RGB (Red+Green+Blue) = 173+255+90=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 90 (35.55% from 255 or 17.37% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFF5A is #5200A5. Grayscale: #D4D4D4. Windows color (decimal): -5374118 or 5963693. OLE color: 5963693.
HSL color Cylindrical-coordinate representation of color #ADFF5A: hue angle of 89.82º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADFF5A is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 90 | - |
| CMYK | 0.32 | 0 | 0.65 | 0 |
| HSL | 89.82º | 1% | 0.68% | - |
| HSV(B) | 89.82º | 0.65% | 1% | - |
| XYZ | 54.84 | 81.14 | 22.44 | - |
| YUV | 211.67 | 59.33 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 90 | 0.32 | 0 | 0.65 | 0 | 89.82 | 1 | 0.68 |
| Hex | AD | FF | 5A | 20 | 0 | 41 | 0 | 5A | 64 | 44 |
| Octal | 255 | 377 | 132 | 40 | 0 | 101 | 0 | 132 | 144 | 104 |
| Binary | 10101101 | 11111111 | 1011010 | 100000 | 0 | 1000001 | 0 | 1011010 | 1100100 | 1000100 |
Color Harmonies of #ADFF5A
Complementary color
Monochromatic Colors of #ADFF5A
Black with #ADFF5A
Text Example
Text Example
White with #ADFF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF5A; }
p { color: rgb(173,255,90); }
H1.HeaderClassName
{
color: #ADFF5A;
}
.AnyTagClassName
{
color: #ADFF5A;
}
</style>
background-color css
<style>
a { background-color: #ADFF5A; }
a { background-color: rgb(173,255,90); }
div.DivClassName
{
background-color: #ADFF5A;
}
.BgClassName
{
background-color: #ADFF5A;
}
</style>
border-color css
<style>
span { border-color: #ADFF5A; }
span { border-color: rgb(173,255,90); }
td.TdClassName
{
border-color: #ADFF5A;
}
.TagClassName
{
border-color: #ADFF5A;
}
</style>