Shades of Conifer #ADF45C
Tints of Conifer #ADF45C
RGB
CMYK
RGB Variations
Color information
#ADF45C (or 0xADF45C) is known color: Conifer. HEX triplet: AD, F4 and 5C. RGB value is (173,244,92). Sum of RGB (Red+Green+Blue) = 173+244+92=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 244 (95.70% from 255 or 47.94% from 509); Blue value is 92 (36.33% from 255 or 18.07% from 509); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF45C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF45C is #520BA3. Grayscale: #CDCDCD. Windows color (decimal): -5376932 or 6091949. OLE color: 6091949.
HSL color Cylindrical-coordinate representation of color #ADF45C: hue angle of 88.03º degrees, saturation: 0.87, 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 #ADF45C is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 244 | 92 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.04 |
| HSL | 88.03º | 0.87% | 0.66% | - |
| HSV(B) | 88.03º | 0.62% | 0.96% | - |
| XYZ | 51.52 | 74.36 | 21.76 | - |
| YUV | 205.44 | 63.98 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 244 | 92 | 0.29 | 0 | 0.62 | 0.04 | 88.03 | 0.87 | 0.66 |
| Hex | AD | F4 | 5C | 1D | 0 | 3E | 4 | 58 | 57 | 42 |
| Octal | 255 | 364 | 134 | 35 | 0 | 76 | 4 | 130 | 127 | 102 |
| Binary | 10101101 | 11110100 | 1011100 | 11101 | 0 | 111110 | 100 | 1011000 | 1010111 | 1000010 |
Color Harmonies of #ADF45C
Complementary color
Monochromatic Colors of #ADF45C
Black with #ADF45C
Text Example
Text Example
White with #ADF45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF45C; }
p { color: rgb(173,244,92); }
H1.HeaderClassName
{
color: #ADF45C;
}
.AnyTagClassName
{
color: #ADF45C;
}
</style>
background-color css
<style>
a { background-color: #ADF45C; }
a { background-color: rgb(173,244,92); }
div.DivClassName
{
background-color: #ADF45C;
}
.BgClassName
{
background-color: #ADF45C;
}
</style>
border-color css
<style>
span { border-color: #ADF45C; }
span { border-color: rgb(173,244,92); }
td.TdClassName
{
border-color: #ADF45C;
}
.TagClassName
{
border-color: #ADF45C;
}
</style>