Shades of Conifer #ADE64F
Tints of Conifer #ADE64F
RGB
CMYK
RGB Variations
Color information
#ADE64F (or 0xADE64F) is known color: Conifer. HEX triplet: AD, E6 and 4F. RGB value is (173,230,79). Sum of RGB (Red+Green+Blue) = 173+230+79=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 230 (90.23% from 255 or 47.72% from 482); Blue value is 79 (31.25% from 255 or 16.39% from 482); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE64F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE64F is #5219B0. Grayscale: #C4C4C4. Windows color (decimal): -5380529 or 5236397. OLE color: 5236397.
HSL color Cylindrical-coordinate representation of color #ADE64F: hue angle of 82.65º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADE64F is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 79 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.10 |
| HSL | 82.65º | 0.75% | 0.61% | - |
| HSV(B) | 82.65º | 0.66% | 0.9% | - |
| XYZ | 46.94 | 66.04 | 17.67 | - |
| YUV | 195.74 | 62.12 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 79 | 0.25 | 0 | 0.66 | 0.10 | 82.65 | 0.75 | 0.61 |
| Hex | AD | E6 | 4F | 19 | 0 | 42 | A | 53 | 4B | 3D |
| Octal | 255 | 346 | 117 | 31 | 0 | 102 | 12 | 123 | 113 | 75 |
| Binary | 10101101 | 11100110 | 1001111 | 11001 | 0 | 1000010 | 1010 | 1010011 | 1001011 | 111101 |
Color Harmonies of #ADE64F
Complementary color
Monochromatic Colors of #ADE64F
Black with #ADE64F
Text Example
Text Example
White with #ADE64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE64F; }
p { color: rgb(173,230,79); }
H1.HeaderClassName
{
color: #ADE64F;
}
.AnyTagClassName
{
color: #ADE64F;
}
</style>
background-color css
<style>
a { background-color: #ADE64F; }
a { background-color: rgb(173,230,79); }
div.DivClassName
{
background-color: #ADE64F;
}
.BgClassName
{
background-color: #ADE64F;
}
</style>
border-color css
<style>
span { border-color: #ADE64F; }
span { border-color: rgb(173,230,79); }
td.TdClassName
{
border-color: #ADE64F;
}
.TagClassName
{
border-color: #ADE64F;
}
</style>