Shades of Conifer #ADFE60
Tints of Conifer #ADFE60
RGB
CMYK
RGB Variations
Color information
#ADFE60 (or 0xADFE60) is known color: Conifer. HEX triplet: AD, FE and 60. RGB value is (173,254,96). Sum of RGB (Red+Green+Blue) = 173+254+96=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFE60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFE60 is #52019F. Grayscale: #D4D4D4. Windows color (decimal): -5374368 or 6356653. OLE color: 6356653.
HSL color Cylindrical-coordinate representation of color #ADFE60: hue angle of 90.76º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADFE60 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 96 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.00 |
| HSL | 90.76º | 0.99% | 0.69% | - |
| HSV(B) | 90.76º | 0.62% | 1% | - |
| XYZ | 54.79 | 80.61 | 23.74 | - |
| YUV | 211.77 | 62.66 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 96 | 0.32 | 0 | 0.62 | 0.00 | 90.76 | 0.99 | 0.69 |
| Hex | AD | FE | 60 | 20 | 0 | 3E | 0 | 5B | 63 | 45 |
| Octal | 255 | 376 | 140 | 40 | 0 | 76 | 0 | 133 | 143 | 105 |
| Binary | 10101101 | 11111110 | 1100000 | 100000 | 0 | 111110 | 0 | 1011011 | 1100011 | 1000101 |
Color Harmonies of #ADFE60
Complementary color
Monochromatic Colors of #ADFE60
Black with #ADFE60
Text Example
Text Example
White with #ADFE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFE60; }
p { color: rgb(173,254,96); }
H1.HeaderClassName
{
color: #ADFE60;
}
.AnyTagClassName
{
color: #ADFE60;
}
</style>
background-color css
<style>
a { background-color: #ADFE60; }
a { background-color: rgb(173,254,96); }
div.DivClassName
{
background-color: #ADFE60;
}
.BgClassName
{
background-color: #ADFE60;
}
</style>
border-color css
<style>
span { border-color: #ADFE60; }
span { border-color: rgb(173,254,96); }
td.TdClassName
{
border-color: #ADFE60;
}
.TagClassName
{
border-color: #ADFE60;
}
</style>