Shades of Conifer #ADE93D
Tints of Conifer #ADE93D
RGB
CMYK
RGB Variations
Color information
#ADE93D (or 0xADE93D) is known color: Conifer. HEX triplet: AD, E9 and 3D. RGB value is (173,233,61). Sum of RGB (Red+Green+Blue) = 173+233+61=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 233 (91.41% from 255 or 49.89% from 467); Blue value is 61 (24.22% from 255 or 13.06% from 467); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE93D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADE93D is #5216C2. Grayscale: #C4C4C4. Windows color (decimal): -5379779 or 4057517. OLE color: 4057517.
HSL color Cylindrical-coordinate representation of color #ADE93D: hue angle of 80.93º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADE93D is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 61 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.09 |
| HSL | 80.93º | 0.8% | 0.58% | - |
| HSV(B) | 80.93º | 0.74% | 0.91% | - |
| XYZ | 47.21 | 67.5 | 14.96 | - |
| YUV | 195.45 | 52.12 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 61 | 0.26 | 0 | 0.74 | 0.09 | 80.93 | 0.8 | 0.58 |
| Hex | AD | E9 | 3D | 1A | 0 | 4A | 9 | 51 | 50 | 3A |
| Octal | 255 | 351 | 75 | 32 | 0 | 112 | 11 | 121 | 120 | 72 |
| Binary | 10101101 | 11101001 | 111101 | 11010 | 0 | 1001010 | 1001 | 1010001 | 1010000 | 111010 |
Color Harmonies of #ADE93D
Complementary color
Monochromatic Colors of #ADE93D
Black with #ADE93D
Text Example
Text Example
White with #ADE93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE93D; }
p { color: rgb(173,233,61); }
H1.HeaderClassName
{
color: #ADE93D;
}
.AnyTagClassName
{
color: #ADE93D;
}
</style>
background-color css
<style>
a { background-color: #ADE93D; }
a { background-color: rgb(173,233,61); }
div.DivClassName
{
background-color: #ADE93D;
}
.BgClassName
{
background-color: #ADE93D;
}
</style>
border-color css
<style>
span { border-color: #ADE93D; }
span { border-color: rgb(173,233,61); }
td.TdClassName
{
border-color: #ADE93D;
}
.TagClassName
{
border-color: #ADE93D;
}
</style>