Shades of Conifer #ADEA4D
Tints of Conifer #ADEA4D
RGB
CMYK
RGB Variations
Color information
#ADEA4D (or 0xADEA4D) is known color: Conifer. HEX triplet: AD, EA and 4D. RGB value is (173,234,77). Sum of RGB (Red+Green+Blue) = 173+234+77=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 234 (91.80% from 255 or 48.35% from 484); Blue value is 77 (30.47% from 255 or 15.91% from 484); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEA4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEA4D is #5215B2. Grayscale: #C6C6C6. Windows color (decimal): -5379507 or 5106349. OLE color: 5106349.
HSL color Cylindrical-coordinate representation of color #ADEA4D: hue angle of 83.31º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADEA4D is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 234 | 77 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.08 |
| HSL | 83.31º | 0.79% | 0.61% | - |
| HSV(B) | 83.31º | 0.67% | 0.92% | - |
| XYZ | 48 | 68.27 | 17.67 | - |
| YUV | 197.86 | 59.79 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 234 | 77 | 0.26 | 0 | 0.67 | 0.08 | 83.31 | 0.79 | 0.61 |
| Hex | AD | EA | 4D | 1A | 0 | 43 | 8 | 53 | 4F | 3D |
| Octal | 255 | 352 | 115 | 32 | 0 | 103 | 10 | 123 | 117 | 75 |
| Binary | 10101101 | 11101010 | 1001101 | 11010 | 0 | 1000011 | 1000 | 1010011 | 1001111 | 111101 |
Color Harmonies of #ADEA4D
Complementary color
Monochromatic Colors of #ADEA4D
Black with #ADEA4D
Text Example
Text Example
White with #ADEA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEA4D; }
p { color: rgb(173,234,77); }
H1.HeaderClassName
{
color: #ADEA4D;
}
.AnyTagClassName
{
color: #ADEA4D;
}
</style>
background-color css
<style>
a { background-color: #ADEA4D; }
a { background-color: rgb(173,234,77); }
div.DivClassName
{
background-color: #ADEA4D;
}
.BgClassName
{
background-color: #ADEA4D;
}
</style>
border-color css
<style>
span { border-color: #ADEA4D; }
span { border-color: rgb(173,234,77); }
td.TdClassName
{
border-color: #ADEA4D;
}
.TagClassName
{
border-color: #ADEA4D;
}
</style>