Shades of Conifer #A1E75D
Tints of Conifer #A1E75D
RGB
CMYK
RGB Variations
Color information
#A1E75D (or 0xA1E75D) is known color: Conifer. HEX triplet: A1, E7 and 5D. RGB value is (161,231,93). Sum of RGB (Red+Green+Blue) = 161+231+93=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 231 (90.62% from 255 or 47.63% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E75D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E75D is #5E18A2. Grayscale: #C2C2C2. Windows color (decimal): -6166691 or 6154145. OLE color: 6154145.
HSL color Cylindrical-coordinate representation of color #A1E75D: hue angle of 90.43º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1E75D is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 231 | 93 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.09 |
| HSL | 90.43º | 0.74% | 0.64% | - |
| HSV(B) | 90.43º | 0.6% | 0.91% | - |
| XYZ | 45.25 | 65.52 | 20.62 | - |
| YUV | 194.34 | 70.81 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 231 | 93 | 0.30 | 0 | 0.60 | 0.09 | 90.43 | 0.74 | 0.64 |
| Hex | A1 | E7 | 5D | 1E | 0 | 3C | 9 | 5A | 4A | 40 |
| Octal | 241 | 347 | 135 | 36 | 0 | 74 | 11 | 132 | 112 | 100 |
| Binary | 10100001 | 11100111 | 1011101 | 11110 | 0 | 111100 | 1001 | 1011010 | 1001010 | 1000000 |
Color Harmonies of #A1E75D
Complementary color
Monochromatic Colors of #A1E75D
Black with #A1E75D
Text Example
Text Example
White with #A1E75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E75D; }
p { color: rgb(161,231,93); }
H1.HeaderClassName
{
color: #A1E75D;
}
.AnyTagClassName
{
color: #A1E75D;
}
</style>
background-color css
<style>
a { background-color: #A1E75D; }
a { background-color: rgb(161,231,93); }
div.DivClassName
{
background-color: #A1E75D;
}
.BgClassName
{
background-color: #A1E75D;
}
</style>
border-color css
<style>
span { border-color: #A1E75D; }
span { border-color: rgb(161,231,93); }
td.TdClassName
{
border-color: #A1E75D;
}
.TagClassName
{
border-color: #A1E75D;
}
</style>