Shades of Emerald #4AF18C
Tints of Emerald #4AF18C
RGB
CMYK
RGB Variations
Color information
#4AF18C (or 0x4AF18C) is known color: Emerald. HEX triplet: 4A, F1 and 8C. RGB value is (74,241,140). Sum of RGB (Red+Green+Blue) = 74+241+140=455 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.26% from 455); Green value is 241 (94.53% from 255 or 52.97% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF18C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF18C is #B50E73. Grayscale: #B3B3B3. Windows color (decimal): -11865716 or 9236810. OLE color: 9236810.
HSL color Cylindrical-coordinate representation of color #4AF18C: hue angle of 143.71º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF18C is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 241 | 140 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.05 |
| HSL | 143.71º | 0.86% | 0.62% | - |
| HSV(B) | 143.71º | 0.69% | 0.95% | - |
| XYZ | 39.01 | 66.26 | 35.54 | - |
| YUV | 179.55 | 105.67 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 241 | 140 | 0.69 | 0 | 0.42 | 0.05 | 143.71 | 0.86 | 0.62 |
| Hex | 4A | F1 | 8C | 45 | 0 | 2A | 5 | 90 | 56 | 3E |
| Octal | 112 | 361 | 214 | 105 | 0 | 52 | 5 | 220 | 126 | 76 |
| Binary | 1001010 | 11110001 | 10001100 | 1000101 | 0 | 101010 | 101 | 10010000 | 1010110 | 111110 |
Color Harmonies of #4AF18C
Complementary color
Monochromatic Colors of #4AF18C
Black with #4AF18C
Text Example
Text Example
White with #4AF18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF18C; }
p { color: rgb(74,241,140); }
H1.HeaderClassName
{
color: #4AF18C;
}
.AnyTagClassName
{
color: #4AF18C;
}
</style>
background-color css
<style>
a { background-color: #4AF18C; }
a { background-color: rgb(74,241,140); }
div.DivClassName
{
background-color: #4AF18C;
}
.BgClassName
{
background-color: #4AF18C;
}
</style>
border-color css
<style>
span { border-color: #4AF18C; }
span { border-color: rgb(74,241,140); }
td.TdClassName
{
border-color: #4AF18C;
}
.TagClassName
{
border-color: #4AF18C;
}
</style>