Shades of Conifer #A2E94B
Tints of Conifer #A2E94B
RGB
CMYK
RGB Variations
Color information
#A2E94B (or 0xA2E94B) is known color: Conifer. HEX triplet: A2, E9 and 4B. RGB value is (162,233,75). Sum of RGB (Red+Green+Blue) = 162+233+75=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 233 (91.41% from 255 or 49.57% from 470); Blue value is 75 (29.69% from 255 or 15.96% from 470); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E94B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2E94B is #5D16B4. Grayscale: #C2C2C2. Windows color (decimal): -6100661 or 4975010. OLE color: 4975010.
HSL color Cylindrical-coordinate representation of color #A2E94B: hue angle of 86.96º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2E94B is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 233 | 75 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.09 |
| HSL | 86.96º | 0.78% | 0.6% | - |
| HSV(B) | 86.96º | 0.68% | 0.91% | - |
| XYZ | 45.31 | 66.47 | 17.1 | - |
| YUV | 193.76 | 60.98 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 233 | 75 | 0.30 | 0 | 0.68 | 0.09 | 86.96 | 0.78 | 0.6 |
| Hex | A2 | E9 | 4B | 1E | 0 | 44 | 9 | 57 | 4E | 3C |
| Octal | 242 | 351 | 113 | 36 | 0 | 104 | 11 | 127 | 116 | 74 |
| Binary | 10100010 | 11101001 | 1001011 | 11110 | 0 | 1000100 | 1001 | 1010111 | 1001110 | 111100 |
Color Harmonies of #A2E94B
Complementary color
Monochromatic Colors of #A2E94B
Black with #A2E94B
Text Example
Text Example
White with #A2E94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E94B; }
p { color: rgb(162,233,75); }
H1.HeaderClassName
{
color: #A2E94B;
}
.AnyTagClassName
{
color: #A2E94B;
}
</style>
background-color css
<style>
a { background-color: #A2E94B; }
a { background-color: rgb(162,233,75); }
div.DivClassName
{
background-color: #A2E94B;
}
.BgClassName
{
background-color: #A2E94B;
}
</style>
border-color css
<style>
span { border-color: #A2E94B; }
span { border-color: rgb(162,233,75); }
td.TdClassName
{
border-color: #A2E94B;
}
.TagClassName
{
border-color: #A2E94B;
}
</style>