Shades of Conifer #ADE65F
Tints of Conifer #ADE65F
RGB
CMYK
RGB Variations
Color information
#ADE65F (or 0xADE65F) is known color: Conifer. HEX triplet: AD, E6 and 5F. RGB value is (173,230,95). Sum of RGB (Red+Green+Blue) = 173+230+95=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 230 (90.23% from 255 or 46.18% from 498); Blue value is 95 (37.5% from 255 or 19.08% from 498); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE65F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE65F is #5219A0. Grayscale: #C6C6C6. Windows color (decimal): -5380513 or 6284973. OLE color: 6284973.
HSL color Cylindrical-coordinate representation of color #ADE65F: hue angle of 85.33º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADE65F is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 95 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.10 |
| HSL | 85.33º | 0.73% | 0.64% | - |
| HSV(B) | 85.33º | 0.59% | 0.9% | - |
| XYZ | 47.6 | 66.3 | 21.12 | - |
| YUV | 197.57 | 70.12 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 95 | 0.25 | 0 | 0.59 | 0.10 | 85.33 | 0.73 | 0.64 |
| Hex | AD | E6 | 5F | 19 | 0 | 3B | A | 55 | 49 | 40 |
| Octal | 255 | 346 | 137 | 31 | 0 | 73 | 12 | 125 | 111 | 100 |
| Binary | 10101101 | 11100110 | 1011111 | 11001 | 0 | 111011 | 1010 | 1010101 | 1001001 | 1000000 |
Color Harmonies of #ADE65F
Complementary color
Monochromatic Colors of #ADE65F
Black with #ADE65F
Text Example
Text Example
White with #ADE65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE65F; }
p { color: rgb(173,230,95); }
H1.HeaderClassName
{
color: #ADE65F;
}
.AnyTagClassName
{
color: #ADE65F;
}
</style>
background-color css
<style>
a { background-color: #ADE65F; }
a { background-color: rgb(173,230,95); }
div.DivClassName
{
background-color: #ADE65F;
}
.BgClassName
{
background-color: #ADE65F;
}
</style>
border-color css
<style>
span { border-color: #ADE65F; }
span { border-color: rgb(173,230,95); }
td.TdClassName
{
border-color: #ADE65F;
}
.TagClassName
{
border-color: #ADE65F;
}
</style>