Shades of Conifer #A1EF5A
Tints of Conifer #A1EF5A
RGB
CMYK
RGB Variations
Color information
#A1EF5A (or 0xA1EF5A) is known color: Conifer. HEX triplet: A1, EF and 5A. RGB value is (161,239,90). Sum of RGB (Red+Green+Blue) = 161+239+90=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EF5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EF5A is #5E10A5. Grayscale: #C7C7C7. Windows color (decimal): -6164646 or 5959585. OLE color: 5959585.
HSL color Cylindrical-coordinate representation of color #A1EF5A: hue angle of 91.41º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1EF5A is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 239 | 90 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.06 |
| HSL | 91.41º | 0.82% | 0.65% | - |
| HSV(B) | 91.41º | 0.62% | 0.94% | - |
| XYZ | 47.41 | 70.05 | 20.69 | - |
| YUV | 198.69 | 66.66 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 90 | 0.33 | 0 | 0.62 | 0.06 | 91.41 | 0.82 | 0.65 |
| Hex | A1 | EF | 5A | 21 | 0 | 3E | 6 | 5B | 52 | 41 |
| Octal | 241 | 357 | 132 | 41 | 0 | 76 | 6 | 133 | 122 | 101 |
| Binary | 10100001 | 11101111 | 1011010 | 100001 | 0 | 111110 | 110 | 1011011 | 1010010 | 1000001 |
Color Harmonies of #A1EF5A
Complementary color
Monochromatic Colors of #A1EF5A
Black with #A1EF5A
Text Example
Text Example
White with #A1EF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EF5A; }
p { color: rgb(161,239,90); }
H1.HeaderClassName
{
color: #A1EF5A;
}
.AnyTagClassName
{
color: #A1EF5A;
}
</style>
background-color css
<style>
a { background-color: #A1EF5A; }
a { background-color: rgb(161,239,90); }
div.DivClassName
{
background-color: #A1EF5A;
}
.BgClassName
{
background-color: #A1EF5A;
}
</style>
border-color css
<style>
span { border-color: #A1EF5A; }
span { border-color: rgb(161,239,90); }
td.TdClassName
{
border-color: #A1EF5A;
}
.TagClassName
{
border-color: #A1EF5A;
}
</style>