Shades of Conifer #A1ED5B
Tints of Conifer #A1ED5B
RGB
CMYK
RGB Variations
Color information
#A1ED5B (or 0xA1ED5B) is known color: Conifer. HEX triplet: A1, ED and 5B. RGB value is (161,237,91). Sum of RGB (Red+Green+Blue) = 161+237+91=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 237 (92.97% from 255 or 48.47% from 489); Blue value is 91 (35.94% from 255 or 18.61% from 489); Max value from RGB is 237 - color contains mainly: green. Hex color #A1ED5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1ED5B is #5E12A4. Grayscale: #C6C6C6. Windows color (decimal): -6165157 or 6024609. OLE color: 6024609.
HSL color Cylindrical-coordinate representation of color #A1ED5B: hue angle of 91.23º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1ED5B is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 237 | 91 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.07 |
| HSL | 91.23º | 0.8% | 0.64% | - |
| HSV(B) | 91.23º | 0.62% | 0.93% | - |
| XYZ | 46.87 | 68.9 | 20.73 | - |
| YUV | 197.63 | 67.82 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 237 | 91 | 0.32 | 0 | 0.62 | 0.07 | 91.23 | 0.8 | 0.64 |
| Hex | A1 | ED | 5B | 20 | 0 | 3E | 7 | 5B | 50 | 40 |
| Octal | 241 | 355 | 133 | 40 | 0 | 76 | 7 | 133 | 120 | 100 |
| Binary | 10100001 | 11101101 | 1011011 | 100000 | 0 | 111110 | 111 | 1011011 | 1010000 | 1000000 |
Color Harmonies of #A1ED5B
Complementary color
Monochromatic Colors of #A1ED5B
Black with #A1ED5B
Text Example
Text Example
White with #A1ED5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ED5B; }
p { color: rgb(161,237,91); }
H1.HeaderClassName
{
color: #A1ED5B;
}
.AnyTagClassName
{
color: #A1ED5B;
}
</style>
background-color css
<style>
a { background-color: #A1ED5B; }
a { background-color: rgb(161,237,91); }
div.DivClassName
{
background-color: #A1ED5B;
}
.BgClassName
{
background-color: #A1ED5B;
}
</style>
border-color css
<style>
span { border-color: #A1ED5B; }
span { border-color: rgb(161,237,91); }
td.TdClassName
{
border-color: #A1ED5B;
}
.TagClassName
{
border-color: #A1ED5B;
}
</style>