Shades of Conifer #ADE23A
Tints of Conifer #ADE23A
RGB
CMYK
RGB Variations
Color information
#ADE23A (or 0xADE23A) is known color: Conifer. HEX triplet: AD, E2 and 3A. RGB value is (173,226,58). Sum of RGB (Red+Green+Blue) = 173+226+58=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 226 (88.67% from 255 or 49.45% from 457); Blue value is 58 (23.05% from 255 or 12.69% from 457); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE23A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE23A is #521DC5. Grayscale: #BFBFBF. Windows color (decimal): -5381574 or 3859117. OLE color: 3859117.
HSL color Cylindrical-coordinate representation of color #ADE23A: hue angle of 78.93º degrees, saturation: 0.74, 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 #ADE23A is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 58 | - |
| CMYK | 0.23 | 0 | 0.74 | 0.11 |
| HSL | 78.93º | 0.74% | 0.56% | - |
| HSV(B) | 78.93º | 0.74% | 0.89% | - |
| XYZ | 45.19 | 63.58 | 13.89 | - |
| YUV | 191 | 52.94 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 58 | 0.23 | 0 | 0.74 | 0.11 | 78.93 | 0.74 | 0.56 |
| Hex | AD | E2 | 3A | 17 | 0 | 4A | B | 4F | 4A | 38 |
| Octal | 255 | 342 | 72 | 27 | 0 | 112 | 13 | 117 | 112 | 70 |
| Binary | 10101101 | 11100010 | 111010 | 10111 | 0 | 1001010 | 1011 | 1001111 | 1001010 | 111000 |
Color Harmonies of #ADE23A
Complementary color
Monochromatic Colors of #ADE23A
Black with #ADE23A
Text Example
Text Example
White with #ADE23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE23A; }
p { color: rgb(173,226,58); }
H1.HeaderClassName
{
color: #ADE23A;
}
.AnyTagClassName
{
color: #ADE23A;
}
</style>
background-color css
<style>
a { background-color: #ADE23A; }
a { background-color: rgb(173,226,58); }
div.DivClassName
{
background-color: #ADE23A;
}
.BgClassName
{
background-color: #ADE23A;
}
</style>
border-color css
<style>
span { border-color: #ADE23A; }
span { border-color: rgb(173,226,58); }
td.TdClassName
{
border-color: #ADE23A;
}
.TagClassName
{
border-color: #ADE23A;
}
</style>