Shades of Conifer #ADEB4A
Tints of Conifer #ADEB4A
RGB
CMYK
RGB Variations
Color information
#ADEB4A (or 0xADEB4A) is known color: Conifer. HEX triplet: AD, EB and 4A. RGB value is (173,235,74). Sum of RGB (Red+Green+Blue) = 173+235+74=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 235 (92.19% from 255 or 48.76% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEB4A is #5214B5. Grayscale: #C6C6C6. Windows color (decimal): -5379254 or 4909997. OLE color: 4909997.
HSL color Cylindrical-coordinate representation of color #ADEB4A: hue angle of 83.11º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADEB4A is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 74 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.08 |
| HSL | 83.11º | 0.8% | 0.61% | - |
| HSV(B) | 83.11º | 0.69% | 0.92% | - |
| XYZ | 48.18 | 68.8 | 17.22 | - |
| YUV | 198.11 | 57.96 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 74 | 0.26 | 0 | 0.69 | 0.08 | 83.11 | 0.8 | 0.61 |
| Hex | AD | EB | 4A | 1A | 0 | 45 | 8 | 53 | 50 | 3D |
| Octal | 255 | 353 | 112 | 32 | 0 | 105 | 10 | 123 | 120 | 75 |
| Binary | 10101101 | 11101011 | 1001010 | 11010 | 0 | 1000101 | 1000 | 1010011 | 1010000 | 111101 |
Color Harmonies of #ADEB4A
Complementary color
Monochromatic Colors of #ADEB4A
Black with #ADEB4A
Text Example
Text Example
White with #ADEB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEB4A; }
p { color: rgb(173,235,74); }
H1.HeaderClassName
{
color: #ADEB4A;
}
.AnyTagClassName
{
color: #ADEB4A;
}
</style>
background-color css
<style>
a { background-color: #ADEB4A; }
a { background-color: rgb(173,235,74); }
div.DivClassName
{
background-color: #ADEB4A;
}
.BgClassName
{
background-color: #ADEB4A;
}
</style>
border-color css
<style>
span { border-color: #ADEB4A; }
span { border-color: rgb(173,235,74); }
td.TdClassName
{
border-color: #ADEB4A;
}
.TagClassName
{
border-color: #ADEB4A;
}
</style>