Shades of Conifer #A1E04A
Tints of Conifer #A1E04A
RGB
CMYK
RGB Variations
Color information
#A1E04A (or 0xA1E04A) is known color: Conifer. HEX triplet: A1, E0 and 4A. RGB value is (161,224,74). Sum of RGB (Red+Green+Blue) = 161+224+74=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E04A is #5E1FB5. Grayscale: #BCBCBC. Windows color (decimal): -6168502 or 4907169. OLE color: 4907169.
HSL color Cylindrical-coordinate representation of color #A1E04A: hue angle of 85.2º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A1E04A is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 224 | 74 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.12 |
| HSL | 85.2º | 0.71% | 0.58% | - |
| HSV(B) | 85.2º | 0.67% | 0.88% | - |
| XYZ | 42.59 | 61.38 | 16.08 | - |
| YUV | 188.06 | 63.63 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 224 | 74 | 0.28 | 0 | 0.67 | 0.12 | 85.2 | 0.71 | 0.58 |
| Hex | A1 | E0 | 4A | 1C | 0 | 43 | C | 55 | 47 | 3A |
| Octal | 241 | 340 | 112 | 34 | 0 | 103 | 14 | 125 | 107 | 72 |
| Binary | 10100001 | 11100000 | 1001010 | 11100 | 0 | 1000011 | 1100 | 1010101 | 1000111 | 111010 |
Color Harmonies of #A1E04A
Complementary color
Monochromatic Colors of #A1E04A
Black with #A1E04A
Text Example
Text Example
White with #A1E04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E04A; }
p { color: rgb(161,224,74); }
H1.HeaderClassName
{
color: #A1E04A;
}
.AnyTagClassName
{
color: #A1E04A;
}
</style>
background-color css
<style>
a { background-color: #A1E04A; }
a { background-color: rgb(161,224,74); }
div.DivClassName
{
background-color: #A1E04A;
}
.BgClassName
{
background-color: #A1E04A;
}
</style>
border-color css
<style>
span { border-color: #A1E04A; }
span { border-color: rgb(161,224,74); }
td.TdClassName
{
border-color: #A1E04A;
}
.TagClassName
{
border-color: #A1E04A;
}
</style>