Shades of Conifer #ADE33A
Tints of Conifer #ADE33A
RGB
CMYK
RGB Variations
Color information
#ADE33A (or 0xADE33A) is known color: Conifer. HEX triplet: AD, E3 and 3A. RGB value is (173,227,58). Sum of RGB (Red+Green+Blue) = 173+227+58=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 227 (89.06% from 255 or 49.56% from 458); Blue value is 58 (23.05% from 255 or 12.66% from 458); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE33A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE33A is #521CC5. Grayscale: #C0C0C0. Windows color (decimal): -5381318 or 3859373. OLE color: 3859373.
HSL color Cylindrical-coordinate representation of color #ADE33A: hue angle of 79.17º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADE33A is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 58 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.11 |
| HSL | 79.17º | 0.75% | 0.56% | - |
| HSV(B) | 79.17º | 0.74% | 0.89% | - |
| XYZ | 45.47 | 64.13 | 13.98 | - |
| YUV | 191.59 | 52.61 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 58 | 0.24 | 0 | 0.74 | 0.11 | 79.17 | 0.75 | 0.56 |
| Hex | AD | E3 | 3A | 18 | 0 | 4A | B | 4F | 4B | 38 |
| Octal | 255 | 343 | 72 | 30 | 0 | 112 | 13 | 117 | 113 | 70 |
| Binary | 10101101 | 11100011 | 111010 | 11000 | 0 | 1001010 | 1011 | 1001111 | 1001011 | 111000 |
Color Harmonies of #ADE33A
Complementary color
Monochromatic Colors of #ADE33A
Black with #ADE33A
Text Example
Text Example
White with #ADE33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE33A; }
p { color: rgb(173,227,58); }
H1.HeaderClassName
{
color: #ADE33A;
}
.AnyTagClassName
{
color: #ADE33A;
}
</style>
background-color css
<style>
a { background-color: #ADE33A; }
a { background-color: rgb(173,227,58); }
div.DivClassName
{
background-color: #ADE33A;
}
.BgClassName
{
background-color: #ADE33A;
}
</style>
border-color css
<style>
span { border-color: #ADE33A; }
span { border-color: rgb(173,227,58); }
td.TdClassName
{
border-color: #ADE33A;
}
.TagClassName
{
border-color: #ADE33A;
}
</style>