Shades of Conifer #ADE54F
Tints of Conifer #ADE54F
RGB
CMYK
RGB Variations
Color information
#ADE54F (or 0xADE54F) is known color: Conifer. HEX triplet: AD, E5 and 4F. RGB value is (173,229,79). Sum of RGB (Red+Green+Blue) = 173+229+79=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 229 (89.84% from 255 or 47.61% from 481); Blue value is 79 (31.25% from 255 or 16.42% from 481); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE54F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE54F is #521AB0. Grayscale: #C3C3C3. Windows color (decimal): -5380785 or 5236141. OLE color: 5236141.
HSL color Cylindrical-coordinate representation of color #ADE54F: hue angle of 82.4º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADE54F is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 79 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.10 |
| HSL | 82.4º | 0.74% | 0.6% | - |
| HSV(B) | 82.4º | 0.66% | 0.9% | - |
| XYZ | 46.66 | 65.49 | 17.58 | - |
| YUV | 195.16 | 62.45 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 79 | 0.24 | 0 | 0.66 | 0.10 | 82.4 | 0.74 | 0.6 |
| Hex | AD | E5 | 4F | 18 | 0 | 42 | A | 52 | 4A | 3C |
| Octal | 255 | 345 | 117 | 30 | 0 | 102 | 12 | 122 | 112 | 74 |
| Binary | 10101101 | 11100101 | 1001111 | 11000 | 0 | 1000010 | 1010 | 1010010 | 1001010 | 111100 |
Color Harmonies of #ADE54F
Complementary color
Monochromatic Colors of #ADE54F
Black with #ADE54F
Text Example
Text Example
White with #ADE54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE54F; }
p { color: rgb(173,229,79); }
H1.HeaderClassName
{
color: #ADE54F;
}
.AnyTagClassName
{
color: #ADE54F;
}
</style>
background-color css
<style>
a { background-color: #ADE54F; }
a { background-color: rgb(173,229,79); }
div.DivClassName
{
background-color: #ADE54F;
}
.BgClassName
{
background-color: #ADE54F;
}
</style>
border-color css
<style>
span { border-color: #ADE54F; }
span { border-color: rgb(173,229,79); }
td.TdClassName
{
border-color: #ADE54F;
}
.TagClassName
{
border-color: #ADE54F;
}
</style>