Shades of Conifer #ADF260
Tints of Conifer #ADF260
RGB
CMYK
RGB Variations
Color information
#ADF260 (or 0xADF260) is known color: Conifer. HEX triplet: AD, F2 and 60. RGB value is (173,242,96). Sum of RGB (Red+Green+Blue) = 173+242+96=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF260 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF260 is #520D9F. Grayscale: #CDCDCD. Windows color (decimal): -5377440 or 6353581. OLE color: 6353581.
HSL color Cylindrical-coordinate representation of color #ADF260: hue angle of 88.36º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADF260 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 96 | - |
| CMYK | 0.29 | 0 | 0.60 | 0.05 |
| HSL | 88.36º | 0.85% | 0.66% | - |
| HSV(B) | 88.36º | 0.6% | 0.95% | - |
| XYZ | 51.1 | 73.23 | 22.51 | - |
| YUV | 204.73 | 66.64 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 96 | 0.29 | 0 | 0.60 | 0.05 | 88.36 | 0.85 | 0.66 |
| Hex | AD | F2 | 60 | 1D | 0 | 3C | 5 | 58 | 55 | 42 |
| Octal | 255 | 362 | 140 | 35 | 0 | 74 | 5 | 130 | 125 | 102 |
| Binary | 10101101 | 11110010 | 1100000 | 11101 | 0 | 111100 | 101 | 1011000 | 1010101 | 1000010 |
Color Harmonies of #ADF260
Complementary color
Monochromatic Colors of #ADF260
Black with #ADF260
Text Example
Text Example
White with #ADF260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF260; }
p { color: rgb(173,242,96); }
H1.HeaderClassName
{
color: #ADF260;
}
.AnyTagClassName
{
color: #ADF260;
}
</style>
background-color css
<style>
a { background-color: #ADF260; }
a { background-color: rgb(173,242,96); }
div.DivClassName
{
background-color: #ADF260;
}
.BgClassName
{
background-color: #ADF260;
}
</style>
border-color css
<style>
span { border-color: #ADF260; }
span { border-color: rgb(173,242,96); }
td.TdClassName
{
border-color: #ADF260;
}
.TagClassName
{
border-color: #ADF260;
}
</style>