Shades of Conifer #A1E04B
Tints of Conifer #A1E04B
RGB
CMYK
RGB Variations
Color information
#A1E04B (or 0xA1E04B) is known color: Conifer. HEX triplet: A1, E0 and 4B. RGB value is (161,224,75). Sum of RGB (Red+Green+Blue) = 161+224+75=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 224 (87.89% from 255 or 48.70% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E04B is #5E1FB4. Grayscale: #BCBCBC. Windows color (decimal): -6168501 or 4972705. OLE color: 4972705.
HSL color Cylindrical-coordinate representation of color #A1E04B: hue angle of 85.37º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A1E04B is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 224 | 75 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.12 |
| HSL | 85.37º | 0.71% | 0.59% | - |
| HSV(B) | 85.37º | 0.67% | 0.88% | - |
| XYZ | 42.62 | 61.4 | 16.26 | - |
| YUV | 188.18 | 64.13 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 224 | 75 | 0.28 | 0 | 0.67 | 0.12 | 85.37 | 0.71 | 0.59 |
| Hex | A1 | E0 | 4B | 1C | 0 | 43 | C | 55 | 47 | 3B |
| Octal | 241 | 340 | 113 | 34 | 0 | 103 | 14 | 125 | 107 | 73 |
| Binary | 10100001 | 11100000 | 1001011 | 11100 | 0 | 1000011 | 1100 | 1010101 | 1000111 | 111011 |
Color Harmonies of #A1E04B
Complementary color
Monochromatic Colors of #A1E04B
Black with #A1E04B
Text Example
Text Example
White with #A1E04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E04B; }
p { color: rgb(161,224,75); }
H1.HeaderClassName
{
color: #A1E04B;
}
.AnyTagClassName
{
color: #A1E04B;
}
</style>
background-color css
<style>
a { background-color: #A1E04B; }
a { background-color: rgb(161,224,75); }
div.DivClassName
{
background-color: #A1E04B;
}
.BgClassName
{
background-color: #A1E04B;
}
</style>
border-color css
<style>
span { border-color: #A1E04B; }
span { border-color: rgb(161,224,75); }
td.TdClassName
{
border-color: #A1E04B;
}
.TagClassName
{
border-color: #A1E04B;
}
</style>