Shades of Conifer #ADFC5E
Tints of Conifer #ADFC5E
RGB
CMYK
RGB Variations
Color information
#ADFC5E (or 0xADFC5E) is known color: Conifer. HEX triplet: AD, FC and 5E. RGB value is (173,252,94). Sum of RGB (Red+Green+Blue) = 173+252+94=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 252 (98.83% from 255 or 48.55% from 519); Blue value is 94 (37.11% from 255 or 18.11% from 519); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFC5E is #5203A1. Grayscale: #D2D2D2. Windows color (decimal): -5374882 or 6225069. OLE color: 6225069.
HSL color Cylindrical-coordinate representation of color #ADFC5E: hue angle of 90º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADFC5E is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 252 | 94 | - |
CMYK | 0.31 | 0 | 0.63 | 0.01 |
HSL | 90º | 0.96% | 0.68% | - |
HSV(B) | 90º | 0.63% | 0.99% | - |
XYZ | 54.06 | 79.31 | 23.05 | - |
YUV | 210.37 | 62.33 | 101.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 252 | 94 | 0.31 | 0 | 0.63 | 0.01 | 90 | 0.96 | 0.68 |
Hex | AD | FC | 5E | 1F | 0 | 3F | 1 | 5A | 60 | 44 |
Octal | 255 | 374 | 136 | 37 | 0 | 77 | 1 | 132 | 140 | 104 |
Binary | 10101101 | 11111100 | 1011110 | 11111 | 0 | 111111 | 1 | 1011010 | 1100000 | 1000100 |
Color Harmonies of #ADFC5E
Complementary color
Monochromatic Colors of #ADFC5E
Black with #ADFC5E
Text Example
Text Example
White with #ADFC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFC5E; }
p { color: rgb(173,252,94); }
H1.HeaderClassName
{
color: #ADFC5E;
}
.AnyTagClassName
{
color: #ADFC5E;
}
</style>
background-color css
<style>
a { background-color: #ADFC5E; }
a { background-color: rgb(173,252,94); }
div.DivClassName
{
background-color: #ADFC5E;
}
.BgClassName
{
background-color: #ADFC5E;
}
</style>
border-color css
<style>
span { border-color: #ADFC5E; }
span { border-color: rgb(173,252,94); }
td.TdClassName
{
border-color: #ADFC5E;
}
.TagClassName
{
border-color: #ADFC5E;
}
</style>