Shades of Conifer #ADF55A
Tints of Conifer #ADF55A
RGB
CMYK
RGB Variations
Color information
#ADF55A (or 0xADF55A) is known color: Conifer. HEX triplet: AD, F5 and 5A. RGB value is (173,245,90). Sum of RGB (Red+Green+Blue) = 173+245+90=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 245 (96.09% from 255 or 48.23% from 508); Blue value is 90 (35.55% from 255 or 17.72% from 508); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF55A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF55A is #520AA5. Grayscale: #CECECE. Windows color (decimal): -5376678 or 5961133. OLE color: 5961133.
HSL color Cylindrical-coordinate representation of color #ADF55A: hue angle of 87.87º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADF55A is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 90 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.04 |
| HSL | 87.87º | 0.89% | 0.66% | - |
| HSV(B) | 87.87º | 0.63% | 0.96% | - |
| XYZ | 51.73 | 74.93 | 21.41 | - |
| YUV | 205.8 | 62.65 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 90 | 0.29 | 0 | 0.63 | 0.04 | 87.87 | 0.89 | 0.66 |
| Hex | AD | F5 | 5A | 1D | 0 | 3F | 4 | 58 | 59 | 42 |
| Octal | 255 | 365 | 132 | 35 | 0 | 77 | 4 | 130 | 131 | 102 |
| Binary | 10101101 | 11110101 | 1011010 | 11101 | 0 | 111111 | 100 | 1011000 | 1011001 | 1000010 |
Color Harmonies of #ADF55A
Complementary color
Monochromatic Colors of #ADF55A
Black with #ADF55A
Text Example
Text Example
White with #ADF55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF55A; }
p { color: rgb(173,245,90); }
H1.HeaderClassName
{
color: #ADF55A;
}
.AnyTagClassName
{
color: #ADF55A;
}
</style>
background-color css
<style>
a { background-color: #ADF55A; }
a { background-color: rgb(173,245,90); }
div.DivClassName
{
background-color: #ADF55A;
}
.BgClassName
{
background-color: #ADF55A;
}
</style>
border-color css
<style>
span { border-color: #ADF55A; }
span { border-color: rgb(173,245,90); }
td.TdClassName
{
border-color: #ADF55A;
}
.TagClassName
{
border-color: #ADF55A;
}
</style>