Shades of Conifer #ADF55C
Tints of Conifer #ADF55C
RGB
CMYK
RGB Variations
Color information
#ADF55C (or 0xADF55C) is known color: Conifer. HEX triplet: AD, F5 and 5C. RGB value is (173,245,92). Sum of RGB (Red+Green+Blue) = 173+245+92=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 245 (96.09% from 255 or 48.04% from 510); Blue value is 92 (36.33% from 255 or 18.04% from 510); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF55C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF55C is #520AA3. Grayscale: #CECECE. Windows color (decimal): -5376676 or 6092205. OLE color: 6092205.
HSL color Cylindrical-coordinate representation of color #ADF55C: hue angle of 88.24º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADF55C is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 92 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.04 |
| HSL | 88.24º | 0.88% | 0.66% | - |
| HSV(B) | 88.24º | 0.62% | 0.96% | - |
| XYZ | 51.82 | 74.96 | 21.86 | - |
| YUV | 206.03 | 63.65 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 92 | 0.29 | 0 | 0.62 | 0.04 | 88.24 | 0.88 | 0.66 |
| Hex | AD | F5 | 5C | 1D | 0 | 3E | 4 | 58 | 58 | 42 |
| Octal | 255 | 365 | 134 | 35 | 0 | 76 | 4 | 130 | 130 | 102 |
| Binary | 10101101 | 11110101 | 1011100 | 11101 | 0 | 111110 | 100 | 1011000 | 1011000 | 1000010 |
Color Harmonies of #ADF55C
Complementary color
Monochromatic Colors of #ADF55C
Black with #ADF55C
Text Example
Text Example
White with #ADF55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF55C; }
p { color: rgb(173,245,92); }
H1.HeaderClassName
{
color: #ADF55C;
}
.AnyTagClassName
{
color: #ADF55C;
}
</style>
background-color css
<style>
a { background-color: #ADF55C; }
a { background-color: rgb(173,245,92); }
div.DivClassName
{
background-color: #ADF55C;
}
.BgClassName
{
background-color: #ADF55C;
}
</style>
border-color css
<style>
span { border-color: #ADF55C; }
span { border-color: rgb(173,245,92); }
td.TdClassName
{
border-color: #ADF55C;
}
.TagClassName
{
border-color: #ADF55C;
}
</style>