Shades of Conifer #A1EF4D
Tints of Conifer #A1EF4D
RGB
CMYK
RGB Variations
Color information
#A1EF4D (or 0xA1EF4D) is known color: Conifer. HEX triplet: A1, EF and 4D. RGB value is (161,239,77). Sum of RGB (Red+Green+Blue) = 161+239+77=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 239 (93.75% from 255 or 50.10% from 477); Blue value is 77 (30.47% from 255 or 16.14% from 477); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EF4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EF4D is #5E10B2. Grayscale: #C5C5C5. Windows color (decimal): -6164659 or 5107617. OLE color: 5107617.
HSL color Cylindrical-coordinate representation of color #A1EF4D: hue angle of 88.89º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A1EF4D is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 239 | 77 | - |
| CMYK | 0.33 | 0 | 0.68 | 0.06 |
| HSL | 88.89º | 0.84% | 0.62% | - |
| HSV(B) | 88.89º | 0.68% | 0.94% | - |
| XYZ | 46.9 | 69.85 | 18.03 | - |
| YUV | 197.21 | 60.16 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 77 | 0.33 | 0 | 0.68 | 0.06 | 88.89 | 0.84 | 0.62 |
| Hex | A1 | EF | 4D | 21 | 0 | 44 | 6 | 59 | 54 | 3E |
| Octal | 241 | 357 | 115 | 41 | 0 | 104 | 6 | 131 | 124 | 76 |
| Binary | 10100001 | 11101111 | 1001101 | 100001 | 0 | 1000100 | 110 | 1011001 | 1010100 | 111110 |
Color Harmonies of #A1EF4D
Complementary color
Monochromatic Colors of #A1EF4D
Black with #A1EF4D
Text Example
Text Example
White with #A1EF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EF4D; }
p { color: rgb(161,239,77); }
H1.HeaderClassName
{
color: #A1EF4D;
}
.AnyTagClassName
{
color: #A1EF4D;
}
</style>
background-color css
<style>
a { background-color: #A1EF4D; }
a { background-color: rgb(161,239,77); }
div.DivClassName
{
background-color: #A1EF4D;
}
.BgClassName
{
background-color: #A1EF4D;
}
</style>
border-color css
<style>
span { border-color: #A1EF4D; }
span { border-color: rgb(161,239,77); }
td.TdClassName
{
border-color: #A1EF4D;
}
.TagClassName
{
border-color: #A1EF4D;
}
</style>