Shades of Conifer #ADEF4A
Tints of Conifer #ADEF4A
RGB
CMYK
RGB Variations
Color information
#ADEF4A (or 0xADEF4A) is known color: Conifer. HEX triplet: AD, EF and 4A. RGB value is (173,239,74). Sum of RGB (Red+Green+Blue) = 173+239+74=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 74 (29.30% from 255 or 15.23% from 486); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEF4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEF4A is #5210B5. Grayscale: #C9C9C9. Windows color (decimal): -5378230 or 4911021. OLE color: 4911021.
HSL color Cylindrical-coordinate representation of color #ADEF4A: hue angle of 84º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADEF4A is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 74 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.06 |
| HSL | 84º | 0.84% | 0.61% | - |
| HSV(B) | 84º | 0.69% | 0.94% | - |
| XYZ | 49.34 | 71.11 | 17.6 | - |
| YUV | 200.46 | 56.63 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 74 | 0.28 | 0 | 0.69 | 0.06 | 84 | 0.84 | 0.61 |
| Hex | AD | EF | 4A | 1C | 0 | 45 | 6 | 54 | 54 | 3D |
| Octal | 255 | 357 | 112 | 34 | 0 | 105 | 6 | 124 | 124 | 75 |
| Binary | 10101101 | 11101111 | 1001010 | 11100 | 0 | 1000101 | 110 | 1010100 | 1010100 | 111101 |
Color Harmonies of #ADEF4A
Complementary color
Monochromatic Colors of #ADEF4A
Black with #ADEF4A
Text Example
Text Example
White with #ADEF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEF4A; }
p { color: rgb(173,239,74); }
H1.HeaderClassName
{
color: #ADEF4A;
}
.AnyTagClassName
{
color: #ADEF4A;
}
</style>
background-color css
<style>
a { background-color: #ADEF4A; }
a { background-color: rgb(173,239,74); }
div.DivClassName
{
background-color: #ADEF4A;
}
.BgClassName
{
background-color: #ADEF4A;
}
</style>
border-color css
<style>
span { border-color: #ADEF4A; }
span { border-color: rgb(173,239,74); }
td.TdClassName
{
border-color: #ADEF4A;
}
.TagClassName
{
border-color: #ADEF4A;
}
</style>