Shades of Conifer #ADE35A
Tints of Conifer #ADE35A
RGB
CMYK
RGB Variations
Color information
#ADE35A (or 0xADE35A) is known color: Conifer. HEX triplet: AD, E3 and 5A. RGB value is (173,227,90). Sum of RGB (Red+Green+Blue) = 173+227+90=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 227 (89.06% from 255 or 46.33% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE35A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE35A is #521CA5. Grayscale: #C3C3C3. Windows color (decimal): -5381286 or 5956525. OLE color: 5956525.
HSL color Cylindrical-coordinate representation of color #ADE35A: hue angle of 83.65º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADE35A is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 90 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.11 |
| HSL | 83.65º | 0.71% | 0.62% | - |
| HSV(B) | 83.65º | 0.6% | 0.89% | - |
| XYZ | 46.55 | 64.56 | 19.68 | - |
| YUV | 195.24 | 68.61 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 90 | 0.24 | 0 | 0.60 | 0.11 | 83.65 | 0.71 | 0.62 |
| Hex | AD | E3 | 5A | 18 | 0 | 3C | B | 54 | 47 | 3E |
| Octal | 255 | 343 | 132 | 30 | 0 | 74 | 13 | 124 | 107 | 76 |
| Binary | 10101101 | 11100011 | 1011010 | 11000 | 0 | 111100 | 1011 | 1010100 | 1000111 | 111110 |
Color Harmonies of #ADE35A
Complementary color
Monochromatic Colors of #ADE35A
Black with #ADE35A
Text Example
Text Example
White with #ADE35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE35A; }
p { color: rgb(173,227,90); }
H1.HeaderClassName
{
color: #ADE35A;
}
.AnyTagClassName
{
color: #ADE35A;
}
</style>
background-color css
<style>
a { background-color: #ADE35A; }
a { background-color: rgb(173,227,90); }
div.DivClassName
{
background-color: #ADE35A;
}
.BgClassName
{
background-color: #ADE35A;
}
</style>
border-color css
<style>
span { border-color: #ADE35A; }
span { border-color: rgb(173,227,90); }
td.TdClassName
{
border-color: #ADE35A;
}
.TagClassName
{
border-color: #ADE35A;
}
</style>