Shades of Conifer #ADF04D
Tints of Conifer #ADF04D
RGB
CMYK
RGB Variations
Color information
#ADF04D (or 0xADF04D) is known color: Conifer. HEX triplet: AD, F0 and 4D. RGB value is (173,240,77). Sum of RGB (Red+Green+Blue) = 173+240+77=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 77 (30.47% from 255 or 15.71% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF04D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF04D is #520FB2. Grayscale: #C9C9C9. Windows color (decimal): -5377971 or 5107885. OLE color: 5107885.
HSL color Cylindrical-coordinate representation of color #ADF04D: hue angle of 84.66º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADF04D is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 77 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.06 |
| HSL | 84.66º | 0.84% | 0.62% | - |
| HSV(B) | 84.66º | 0.68% | 0.94% | - |
| XYZ | 49.73 | 71.74 | 18.25 | - |
| YUV | 201.39 | 57.8 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 77 | 0.28 | 0 | 0.68 | 0.06 | 84.66 | 0.84 | 0.62 |
| Hex | AD | F0 | 4D | 1C | 0 | 44 | 6 | 55 | 54 | 3E |
| Octal | 255 | 360 | 115 | 34 | 0 | 104 | 6 | 125 | 124 | 76 |
| Binary | 10101101 | 11110000 | 1001101 | 11100 | 0 | 1000100 | 110 | 1010101 | 1010100 | 111110 |
Color Harmonies of #ADF04D
Complementary color
Monochromatic Colors of #ADF04D
Black with #ADF04D
Text Example
Text Example
White with #ADF04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF04D; }
p { color: rgb(173,240,77); }
H1.HeaderClassName
{
color: #ADF04D;
}
.AnyTagClassName
{
color: #ADF04D;
}
</style>
background-color css
<style>
a { background-color: #ADF04D; }
a { background-color: rgb(173,240,77); }
div.DivClassName
{
background-color: #ADF04D;
}
.BgClassName
{
background-color: #ADF04D;
}
</style>
border-color css
<style>
span { border-color: #ADF04D; }
span { border-color: rgb(173,240,77); }
td.TdClassName
{
border-color: #ADF04D;
}
.TagClassName
{
border-color: #ADF04D;
}
</style>