Shades of Emerald #4ABE6A
Tints of Emerald #4ABE6A
RGB
CMYK
RGB Variations
Color information
#4ABE6A (or 0x4ABE6A) is known color: Emerald. HEX triplet: 4A, BE and 6A. RGB value is (74,190,106). Sum of RGB (Red+Green+Blue) = 74+190+106=370 (49% of max value = 765). Red value is 74 (29.30% from 255 or 20% from 370); Green value is 190 (74.61% from 255 or 51.35% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 190 - color contains mainly: green. Hex color #4ABE6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABE6A is #B54195. Grayscale: #919191. Windows color (decimal): -11878806 or 6995530. OLE color: 6995530.
HSL color Cylindrical-coordinate representation of color #4ABE6A: hue angle of 136.55º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABE6A is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 190 | 106 | - |
| CMYK | 0.61 | 0 | 0.44 | 0.25 |
| HSL | 136.55º | 0.47% | 0.52% | - |
| HSV(B) | 136.55º | 0.61% | 0.75% | - |
| XYZ | 23.84 | 39.32 | 19.97 | - |
| YUV | 145.74 | 105.57 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 190 | 106 | 0.61 | 0 | 0.44 | 0.25 | 136.55 | 0.47 | 0.52 |
| Hex | 4A | BE | 6A | 3D | 0 | 2C | 19 | 89 | 2F | 34 |
| Octal | 112 | 276 | 152 | 75 | 0 | 54 | 31 | 211 | 57 | 64 |
| Binary | 1001010 | 10111110 | 1101010 | 111101 | 0 | 101100 | 11001 | 10001001 | 101111 | 110100 |
Color Harmonies of #4ABE6A
Complementary color
Monochromatic Colors of #4ABE6A
Black with #4ABE6A
Text Example
Text Example
White with #4ABE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABE6A; }
p { color: rgb(74,190,106); }
H1.HeaderClassName
{
color: #4ABE6A;
}
.AnyTagClassName
{
color: #4ABE6A;
}
</style>
background-color css
<style>
a { background-color: #4ABE6A; }
a { background-color: rgb(74,190,106); }
div.DivClassName
{
background-color: #4ABE6A;
}
.BgClassName
{
background-color: #4ABE6A;
}
</style>
border-color css
<style>
span { border-color: #4ABE6A; }
span { border-color: rgb(74,190,106); }
td.TdClassName
{
border-color: #4ABE6A;
}
.TagClassName
{
border-color: #4ABE6A;
}
</style>