Shades of Conifer #ADE65A
Tints of Conifer #ADE65A
RGB
CMYK
RGB Variations
Color information
#ADE65A (or 0xADE65A) is known color: Conifer. HEX triplet: AD, E6 and 5A. RGB value is (173,230,90). Sum of RGB (Red+Green+Blue) = 173+230+90=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 230 (90.23% from 255 or 46.65% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE65A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE65A is #5219A5. Grayscale: #C5C5C5. Windows color (decimal): -5380518 or 5957293. OLE color: 5957293.
HSL color Cylindrical-coordinate representation of color #ADE65A: hue angle of 84.43º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADE65A is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 90 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.10 |
| HSL | 84.43º | 0.74% | 0.63% | - |
| HSV(B) | 84.43º | 0.61% | 0.9% | - |
| XYZ | 47.38 | 66.22 | 19.96 | - |
| YUV | 197 | 67.62 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 90 | 0.25 | 0 | 0.61 | 0.10 | 84.43 | 0.74 | 0.63 |
| Hex | AD | E6 | 5A | 19 | 0 | 3D | A | 54 | 4A | 3F |
| Octal | 255 | 346 | 132 | 31 | 0 | 75 | 12 | 124 | 112 | 77 |
| Binary | 10101101 | 11100110 | 1011010 | 11001 | 0 | 111101 | 1010 | 1010100 | 1001010 | 111111 |
Color Harmonies of #ADE65A
Complementary color
Monochromatic Colors of #ADE65A
Black with #ADE65A
Text Example
Text Example
White with #ADE65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE65A; }
p { color: rgb(173,230,90); }
H1.HeaderClassName
{
color: #ADE65A;
}
.AnyTagClassName
{
color: #ADE65A;
}
</style>
background-color css
<style>
a { background-color: #ADE65A; }
a { background-color: rgb(173,230,90); }
div.DivClassName
{
background-color: #ADE65A;
}
.BgClassName
{
background-color: #ADE65A;
}
</style>
border-color css
<style>
span { border-color: #ADE65A; }
span { border-color: rgb(173,230,90); }
td.TdClassName
{
border-color: #ADE65A;
}
.TagClassName
{
border-color: #ADE65A;
}
</style>