Shades of Conifer #A1E35C
Tints of Conifer #A1E35C
RGB
CMYK
RGB Variations
Color information
#A1E35C (or 0xA1E35C) is known color: Conifer. HEX triplet: A1, E3 and 5C. RGB value is (161,227,92). Sum of RGB (Red+Green+Blue) = 161+227+92=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 227 (89.06% from 255 or 47.29% from 480); Blue value is 92 (36.33% from 255 or 19.17% from 480); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E35C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E35C is #5E1CA3. Grayscale: #C0C0C0. Windows color (decimal): -6167716 or 6087585. OLE color: 6087585.
HSL color Cylindrical-coordinate representation of color #A1E35C: hue angle of 89.33º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1E35C is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 227 | 92 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.11 |
| HSL | 89.33º | 0.71% | 0.63% | - |
| HSV(B) | 89.33º | 0.59% | 0.89% | - |
| XYZ | 44.1 | 63.29 | 20.02 | - |
| YUV | 191.88 | 71.63 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 227 | 92 | 0.29 | 0 | 0.59 | 0.11 | 89.33 | 0.71 | 0.63 |
| Hex | A1 | E3 | 5C | 1D | 0 | 3B | B | 59 | 47 | 3F |
| Octal | 241 | 343 | 134 | 35 | 0 | 73 | 13 | 131 | 107 | 77 |
| Binary | 10100001 | 11100011 | 1011100 | 11101 | 0 | 111011 | 1011 | 1011001 | 1000111 | 111111 |
Color Harmonies of #A1E35C
Complementary color
Monochromatic Colors of #A1E35C
Black with #A1E35C
Text Example
Text Example
White with #A1E35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E35C; }
p { color: rgb(161,227,92); }
H1.HeaderClassName
{
color: #A1E35C;
}
.AnyTagClassName
{
color: #A1E35C;
}
</style>
background-color css
<style>
a { background-color: #A1E35C; }
a { background-color: rgb(161,227,92); }
div.DivClassName
{
background-color: #A1E35C;
}
.BgClassName
{
background-color: #A1E35C;
}
</style>
border-color css
<style>
span { border-color: #A1E35C; }
span { border-color: rgb(161,227,92); }
td.TdClassName
{
border-color: #A1E35C;
}
.TagClassName
{
border-color: #A1E35C;
}
</style>