Shades of Conifer #ADEB3E
Tints of Conifer #ADEB3E
RGB
CMYK
RGB Variations
Color information
#ADEB3E (or 0xADEB3E) is known color: Conifer. HEX triplet: AD, EB and 3E. RGB value is (173,235,62). Sum of RGB (Red+Green+Blue) = 173+235+62=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 235 (92.19% from 255 or 50% from 470); Blue value is 62 (24.61% from 255 or 13.19% from 470); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEB3E is #5214C1. Grayscale: #C5C5C5. Windows color (decimal): -5379266 or 4123565. OLE color: 4123565.
HSL color Cylindrical-coordinate representation of color #ADEB3E: hue angle of 81.5º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADEB3E is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 62 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.08 |
| HSL | 81.5º | 0.81% | 0.58% | - |
| HSV(B) | 81.5º | 0.74% | 0.92% | - |
| XYZ | 47.81 | 68.65 | 15.29 | - |
| YUV | 196.74 | 51.96 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 62 | 0.26 | 0 | 0.74 | 0.08 | 81.5 | 0.81 | 0.58 |
| Hex | AD | EB | 3E | 1A | 0 | 4A | 8 | 52 | 51 | 3A |
| Octal | 255 | 353 | 76 | 32 | 0 | 112 | 10 | 122 | 121 | 72 |
| Binary | 10101101 | 11101011 | 111110 | 11010 | 0 | 1001010 | 1000 | 1010010 | 1010001 | 111010 |
Color Harmonies of #ADEB3E
Complementary color
Monochromatic Colors of #ADEB3E
Black with #ADEB3E
Text Example
Text Example
White with #ADEB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEB3E; }
p { color: rgb(173,235,62); }
H1.HeaderClassName
{
color: #ADEB3E;
}
.AnyTagClassName
{
color: #ADEB3E;
}
</style>
background-color css
<style>
a { background-color: #ADEB3E; }
a { background-color: rgb(173,235,62); }
div.DivClassName
{
background-color: #ADEB3E;
}
.BgClassName
{
background-color: #ADEB3E;
}
</style>
border-color css
<style>
span { border-color: #ADEB3E; }
span { border-color: rgb(173,235,62); }
td.TdClassName
{
border-color: #ADEB3E;
}
.TagClassName
{
border-color: #ADEB3E;
}
</style>