Shades of Conifer #ADF04C
Tints of Conifer #ADF04C
RGB
CMYK
RGB Variations
Color information
#ADF04C (or 0xADF04C) is known color: Conifer. HEX triplet: AD, F0 and 4C. RGB value is (173,240,76). Sum of RGB (Red+Green+Blue) = 173+240+76=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 240 (94.14% from 255 or 49.08% from 489); Blue value is 76 (30.08% from 255 or 15.54% from 489); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF04C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF04C is #520FB3. Grayscale: #C9C9C9. Windows color (decimal): -5377972 or 5042349. OLE color: 5042349.
HSL color Cylindrical-coordinate representation of color #ADF04C: hue angle of 84.51º degrees, saturation: 0.85, 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 #ADF04C is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 76 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.06 |
| HSL | 84.51º | 0.85% | 0.62% | - |
| HSV(B) | 84.51º | 0.68% | 0.94% | - |
| XYZ | 49.7 | 71.73 | 18.06 | - |
| YUV | 201.27 | 57.3 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 76 | 0.28 | 0 | 0.68 | 0.06 | 84.51 | 0.85 | 0.62 |
| Hex | AD | F0 | 4C | 1C | 0 | 44 | 6 | 55 | 55 | 3E |
| Octal | 255 | 360 | 114 | 34 | 0 | 104 | 6 | 125 | 125 | 76 |
| Binary | 10101101 | 11110000 | 1001100 | 11100 | 0 | 1000100 | 110 | 1010101 | 1010101 | 111110 |
Color Harmonies of #ADF04C
Complementary color
Monochromatic Colors of #ADF04C
Black with #ADF04C
Text Example
Text Example
White with #ADF04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF04C; }
p { color: rgb(173,240,76); }
H1.HeaderClassName
{
color: #ADF04C;
}
.AnyTagClassName
{
color: #ADF04C;
}
</style>
background-color css
<style>
a { background-color: #ADF04C; }
a { background-color: rgb(173,240,76); }
div.DivClassName
{
background-color: #ADF04C;
}
.BgClassName
{
background-color: #ADF04C;
}
</style>
border-color css
<style>
span { border-color: #ADF04C; }
span { border-color: rgb(173,240,76); }
td.TdClassName
{
border-color: #ADF04C;
}
.TagClassName
{
border-color: #ADF04C;
}
</style>