Shades of Conifer #ADF84C
Tints of Conifer #ADF84C
RGB
CMYK
RGB Variations
Color information
#ADF84C (or 0xADF84C) is known color: Conifer. HEX triplet: AD, F8 and 4C. RGB value is (173,248,76). Sum of RGB (Red+Green+Blue) = 173+248+76=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 248 (97.27% from 255 or 49.90% from 497); Blue value is 76 (30.08% from 255 or 15.29% from 497); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF84C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF84C is #5207B3. Grayscale: #CECECE. Windows color (decimal): -5375924 or 5044397. OLE color: 5044397.
HSL color Cylindrical-coordinate representation of color #ADF84C: hue angle of 86.16º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADF84C is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 76 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.03 |
| HSL | 86.16º | 0.92% | 0.64% | - |
| HSV(B) | 86.16º | 0.69% | 0.97% | - |
| XYZ | 52.11 | 76.54 | 18.87 | - |
| YUV | 205.97 | 54.65 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 76 | 0.30 | 0 | 0.69 | 0.03 | 86.16 | 0.92 | 0.64 |
| Hex | AD | F8 | 4C | 1E | 0 | 45 | 3 | 56 | 5C | 40 |
| Octal | 255 | 370 | 114 | 36 | 0 | 105 | 3 | 126 | 134 | 100 |
| Binary | 10101101 | 11111000 | 1001100 | 11110 | 0 | 1000101 | 11 | 1010110 | 1011100 | 1000000 |
Color Harmonies of #ADF84C
Complementary color
Monochromatic Colors of #ADF84C
Black with #ADF84C
Text Example
Text Example
White with #ADF84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF84C; }
p { color: rgb(173,248,76); }
H1.HeaderClassName
{
color: #ADF84C;
}
.AnyTagClassName
{
color: #ADF84C;
}
</style>
background-color css
<style>
a { background-color: #ADF84C; }
a { background-color: rgb(173,248,76); }
div.DivClassName
{
background-color: #ADF84C;
}
.BgClassName
{
background-color: #ADF84C;
}
</style>
border-color css
<style>
span { border-color: #ADF84C; }
span { border-color: rgb(173,248,76); }
td.TdClassName
{
border-color: #ADF84C;
}
.TagClassName
{
border-color: #ADF84C;
}
</style>