Shades of Conifer #ADEF45
Tints of Conifer #ADEF45
RGB
CMYK
RGB Variations
Color information
#ADEF45 (or 0xADEF45) is known color: Conifer. HEX triplet: AD, EF and 45. RGB value is (173,239,69). Sum of RGB (Red+Green+Blue) = 173+239+69=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 239 (93.75% from 255 or 49.69% from 481); Blue value is 69 (27.34% from 255 or 14.35% from 481); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEF45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEF45 is #5210BA. Grayscale: #C8C8C8. Windows color (decimal): -5378235 or 4583341. OLE color: 4583341.
HSL color Cylindrical-coordinate representation of color #ADEF45: hue angle of 83.29º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADEF45 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 69 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.06 |
| HSL | 83.29º | 0.84% | 0.6% | - |
| HSV(B) | 83.29º | 0.71% | 0.94% | - |
| XYZ | 49.17 | 71.05 | 16.75 | - |
| YUV | 199.89 | 54.13 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 69 | 0.28 | 0 | 0.71 | 0.06 | 83.29 | 0.84 | 0.6 |
| Hex | AD | EF | 45 | 1C | 0 | 47 | 6 | 53 | 54 | 3C |
| Octal | 255 | 357 | 105 | 34 | 0 | 107 | 6 | 123 | 124 | 74 |
| Binary | 10101101 | 11101111 | 1000101 | 11100 | 0 | 1000111 | 110 | 1010011 | 1010100 | 111100 |
Color Harmonies of #ADEF45
Complementary color
Monochromatic Colors of #ADEF45
Black with #ADEF45
Text Example
Text Example
White with #ADEF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEF45; }
p { color: rgb(173,239,69); }
H1.HeaderClassName
{
color: #ADEF45;
}
.AnyTagClassName
{
color: #ADEF45;
}
</style>
background-color css
<style>
a { background-color: #ADEF45; }
a { background-color: rgb(173,239,69); }
div.DivClassName
{
background-color: #ADEF45;
}
.BgClassName
{
background-color: #ADEF45;
}
</style>
border-color css
<style>
span { border-color: #ADEF45; }
span { border-color: rgb(173,239,69); }
td.TdClassName
{
border-color: #ADEF45;
}
.TagClassName
{
border-color: #ADEF45;
}
</style>