Shades of Emerald #4AF090
Tints of Emerald #4AF090
RGB
CMYK
RGB Variations
Color information
#4AF090 (or 0x4AF090) is known color: Emerald. HEX triplet: 4A, F0 and 90. RGB value is (74,240,144). Sum of RGB (Red+Green+Blue) = 74+240+144=458 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.16% from 458); Green value is 240 (94.14% from 255 or 52.40% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF090 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF090 is #B50F6F. Grayscale: #B3B3B3. Windows color (decimal): -11865968 or 9498698. OLE color: 9498698.
HSL color Cylindrical-coordinate representation of color #4AF090: hue angle of 145.3º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF090 is Cyan = 0.69, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 240 | 144 | - |
| CMYK | 0.69 | 0 | 0.4 | 0.06 |
| HSL | 145.3º | 0.85% | 0.62% | - |
| HSV(B) | 145.3º | 0.69% | 0.94% | - |
| XYZ | 39.02 | 65.79 | 37.03 | - |
| YUV | 179.42 | 108 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 240 | 144 | 0.69 | 0 | 0.4 | 0.06 | 145.3 | 0.85 | 0.62 |
| Hex | 4A | F0 | 90 | 45 | 0 | 28 | 6 | 91 | 55 | 3E |
| Octal | 112 | 360 | 220 | 105 | 0 | 50 | 6 | 221 | 125 | 76 |
| Binary | 1001010 | 11110000 | 10010000 | 1000101 | 0 | 101000 | 110 | 10010001 | 1010101 | 111110 |
Color Harmonies of #4AF090
Complementary color
Monochromatic Colors of #4AF090
Black with #4AF090
Text Example
Text Example
White with #4AF090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF090; }
p { color: rgb(74,240,144); }
H1.HeaderClassName
{
color: #4AF090;
}
.AnyTagClassName
{
color: #4AF090;
}
</style>
background-color css
<style>
a { background-color: #4AF090; }
a { background-color: rgb(74,240,144); }
div.DivClassName
{
background-color: #4AF090;
}
.BgClassName
{
background-color: #4AF090;
}
</style>
border-color css
<style>
span { border-color: #4AF090; }
span { border-color: rgb(74,240,144); }
td.TdClassName
{
border-color: #4AF090;
}
.TagClassName
{
border-color: #4AF090;
}
</style>