Shades of Conifer #ADFC60
Tints of Conifer #ADFC60
RGB
CMYK
RGB Variations
Color information
#ADFC60 (or 0xADFC60) is known color: Conifer. HEX triplet: AD, FC and 60. RGB value is (173,252,96). Sum of RGB (Red+Green+Blue) = 173+252+96=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFC60 is #52039F. Grayscale: #D3D3D3. Windows color (decimal): -5374880 or 6356141. OLE color: 6356141.
HSL color Cylindrical-coordinate representation of color #ADFC60: hue angle of 90.38º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADFC60 is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 96 | - |
| CMYK | 0.31 | 0 | 0.62 | 0.01 |
| HSL | 90.38º | 0.96% | 0.68% | - |
| HSV(B) | 90.38º | 0.62% | 0.99% | - |
| XYZ | 54.16 | 79.35 | 23.53 | - |
| YUV | 210.6 | 63.33 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 96 | 0.31 | 0 | 0.62 | 0.01 | 90.38 | 0.96 | 0.68 |
| Hex | AD | FC | 60 | 1F | 0 | 3E | 1 | 5A | 60 | 44 |
| Octal | 255 | 374 | 140 | 37 | 0 | 76 | 1 | 132 | 140 | 104 |
| Binary | 10101101 | 11111100 | 1100000 | 11111 | 0 | 111110 | 1 | 1011010 | 1100000 | 1000100 |
Color Harmonies of #ADFC60
Complementary color
Monochromatic Colors of #ADFC60
Black with #ADFC60
Text Example
Text Example
White with #ADFC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFC60; }
p { color: rgb(173,252,96); }
H1.HeaderClassName
{
color: #ADFC60;
}
.AnyTagClassName
{
color: #ADFC60;
}
</style>
background-color css
<style>
a { background-color: #ADFC60; }
a { background-color: rgb(173,252,96); }
div.DivClassName
{
background-color: #ADFC60;
}
.BgClassName
{
background-color: #ADFC60;
}
</style>
border-color css
<style>
span { border-color: #ADFC60; }
span { border-color: rgb(173,252,96); }
td.TdClassName
{
border-color: #ADFC60;
}
.TagClassName
{
border-color: #ADFC60;
}
</style>