Shades of Conifer #ADFC5C
Tints of Conifer #ADFC5C
RGB
CMYK
RGB Variations
Color information
#ADFC5C (or 0xADFC5C) is known color: Conifer. HEX triplet: AD, FC and 5C. RGB value is (173,252,92). Sum of RGB (Red+Green+Blue) = 173+252+92=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 92 (36.33% from 255 or 17.79% from 517); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFC5C is #5203A3. Grayscale: #D2D2D2. Windows color (decimal): -5374884 or 6093997. OLE color: 6093997.
HSL color Cylindrical-coordinate representation of color #ADFC5C: hue angle of 89.62º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADFC5C is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 92 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.01 |
| HSL | 89.63º | 0.96% | 0.67% | - |
| HSV(B) | 89.63º | 0.63% | 0.99% | - |
| XYZ | 53.98 | 79.28 | 22.58 | - |
| YUV | 210.14 | 61.33 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 92 | 0.31 | 0 | 0.63 | 0.01 | 89.63 | 0.96 | 0.67 |
| Hex | AD | FC | 5C | 1F | 0 | 3F | 1 | 5A | 60 | 43 |
| Octal | 255 | 374 | 134 | 37 | 0 | 77 | 1 | 132 | 140 | 103 |
| Binary | 10101101 | 11111100 | 1011100 | 11111 | 0 | 111111 | 1 | 1011010 | 1100000 | 1000011 |
Color Harmonies of #ADFC5C
Complementary color
Monochromatic Colors of #ADFC5C
Black with #ADFC5C
Text Example
Text Example
White with #ADFC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFC5C; }
p { color: rgb(173,252,92); }
H1.HeaderClassName
{
color: #ADFC5C;
}
.AnyTagClassName
{
color: #ADFC5C;
}
</style>
background-color css
<style>
a { background-color: #ADFC5C; }
a { background-color: rgb(173,252,92); }
div.DivClassName
{
background-color: #ADFC5C;
}
.BgClassName
{
background-color: #ADFC5C;
}
</style>
border-color css
<style>
span { border-color: #ADFC5C; }
span { border-color: rgb(173,252,92); }
td.TdClassName
{
border-color: #ADFC5C;
}
.TagClassName
{
border-color: #ADFC5C;
}
</style>