Shades of Emerald #4ACC6B
Tints of Emerald #4ACC6B
RGB
CMYK
RGB Variations
Color information
#4ACC6B (or 0x4ACC6B) is known color: Emerald. HEX triplet: 4A, CC and 6B. RGB value is (74,204,107). Sum of RGB (Red+Green+Blue) = 74+204+107=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 204 (80.08% from 255 or 52.99% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 204 - color contains mainly: green. Hex color #4ACC6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACC6B is #B53394. Grayscale: #9A9A9A. Windows color (decimal): -11875221 or 7064650. OLE color: 7064650.
HSL color Cylindrical-coordinate representation of color #4ACC6B: hue angle of 135.23º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACC6B is Cyan = 0.64, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 204 | 107 | - |
| CMYK | 0.64 | 0 | 0.48 | 0.2 |
| HSL | 135.23º | 0.56% | 0.55% | - |
| HSV(B) | 135.23º | 0.64% | 0.8% | - |
| XYZ | 27.07 | 45.7 | 21.3 | - |
| YUV | 154.07 | 101.43 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 204 | 107 | 0.64 | 0 | 0.48 | 0.2 | 135.23 | 0.56 | 0.55 |
| Hex | 4A | CC | 6B | 40 | 0 | 30 | 14 | 87 | 38 | 37 |
| Octal | 112 | 314 | 153 | 100 | 0 | 60 | 24 | 207 | 70 | 67 |
| Binary | 1001010 | 11001100 | 1101011 | 1000000 | 0 | 110000 | 10100 | 10000111 | 111000 | 110111 |
Color Harmonies of #4ACC6B
Complementary color
Monochromatic Colors of #4ACC6B
Black with #4ACC6B
Text Example
Text Example
White with #4ACC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACC6B; }
p { color: rgb(74,204,107); }
H1.HeaderClassName
{
color: #4ACC6B;
}
.AnyTagClassName
{
color: #4ACC6B;
}
</style>
background-color css
<style>
a { background-color: #4ACC6B; }
a { background-color: rgb(74,204,107); }
div.DivClassName
{
background-color: #4ACC6B;
}
.BgClassName
{
background-color: #4ACC6B;
}
</style>
border-color css
<style>
span { border-color: #4ACC6B; }
span { border-color: rgb(74,204,107); }
td.TdClassName
{
border-color: #4ACC6B;
}
.TagClassName
{
border-color: #4ACC6B;
}
</style>