Shades of Conifer #ADF15D
Tints of Conifer #ADF15D
RGB
CMYK
RGB Variations
Color information
#ADF15D (or 0xADF15D) is known color: Conifer. HEX triplet: AD, F1 and 5D. RGB value is (173,241,93). Sum of RGB (Red+Green+Blue) = 173+241+93=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 93 (36.72% from 255 or 18.34% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF15D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF15D is #520EA2. Grayscale: #CCCCCC. Windows color (decimal): -5377699 or 6156717. OLE color: 6156717.
HSL color Cylindrical-coordinate representation of color #ADF15D: hue angle of 87.57º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADF15D is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 93 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.05 |
| HSL | 87.57º | 0.84% | 0.65% | - |
| HSV(B) | 87.57º | 0.61% | 0.95% | - |
| XYZ | 50.66 | 72.59 | 21.7 | - |
| YUV | 203.8 | 65.47 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 93 | 0.28 | 0 | 0.61 | 0.05 | 87.57 | 0.84 | 0.65 |
| Hex | AD | F1 | 5D | 1C | 0 | 3D | 5 | 58 | 54 | 41 |
| Octal | 255 | 361 | 135 | 34 | 0 | 75 | 5 | 130 | 124 | 101 |
| Binary | 10101101 | 11110001 | 1011101 | 11100 | 0 | 111101 | 101 | 1011000 | 1010100 | 1000001 |
Color Harmonies of #ADF15D
Complementary color
Monochromatic Colors of #ADF15D
Black with #ADF15D
Text Example
Text Example
White with #ADF15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF15D; }
p { color: rgb(173,241,93); }
H1.HeaderClassName
{
color: #ADF15D;
}
.AnyTagClassName
{
color: #ADF15D;
}
</style>
background-color css
<style>
a { background-color: #ADF15D; }
a { background-color: rgb(173,241,93); }
div.DivClassName
{
background-color: #ADF15D;
}
.BgClassName
{
background-color: #ADF15D;
}
</style>
border-color css
<style>
span { border-color: #ADF15D; }
span { border-color: rgb(173,241,93); }
td.TdClassName
{
border-color: #ADF15D;
}
.TagClassName
{
border-color: #ADF15D;
}
</style>