Shades of Conifer #ADF36A
Tints of Conifer #ADF36A
RGB
CMYK
RGB Variations
Color information
#ADF36A (or 0xADF36A) is known color: Conifer. HEX triplet: AD, F3 and 6A. RGB value is (173,243,106). Sum of RGB (Red+Green+Blue) = 173+243+106=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 243 (95.31% from 255 or 46.55% from 522); Blue value is 106 (41.80% from 255 or 20.31% from 522); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF36A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF36A is #520C95. Grayscale: #CECECE. Windows color (decimal): -5377174 or 7009197. OLE color: 7009197.
HSL color Cylindrical-coordinate representation of color #ADF36A: hue angle of 90.66º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADF36A is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 106 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.05 |
| HSL | 90.66º | 0.85% | 0.68% | - |
| HSV(B) | 90.66º | 0.56% | 0.95% | - |
| XYZ | 51.89 | 74.03 | 25.19 | - |
| YUV | 206.45 | 71.31 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 106 | 0.29 | 0 | 0.56 | 0.05 | 90.66 | 0.85 | 0.68 |
| Hex | AD | F3 | 6A | 1D | 0 | 38 | 5 | 5B | 55 | 44 |
| Octal | 255 | 363 | 152 | 35 | 0 | 70 | 5 | 133 | 125 | 104 |
| Binary | 10101101 | 11110011 | 1101010 | 11101 | 0 | 111000 | 101 | 1011011 | 1010101 | 1000100 |
Color Harmonies of #ADF36A
Complementary color
Monochromatic Colors of #ADF36A
Black with #ADF36A
Text Example
Text Example
White with #ADF36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF36A; }
p { color: rgb(173,243,106); }
H1.HeaderClassName
{
color: #ADF36A;
}
.AnyTagClassName
{
color: #ADF36A;
}
</style>
background-color css
<style>
a { background-color: #ADF36A; }
a { background-color: rgb(173,243,106); }
div.DivClassName
{
background-color: #ADF36A;
}
.BgClassName
{
background-color: #ADF36A;
}
</style>
border-color css
<style>
span { border-color: #ADF36A; }
span { border-color: rgb(173,243,106); }
td.TdClassName
{
border-color: #ADF36A;
}
.TagClassName
{
border-color: #ADF36A;
}
</style>