Shades of Emerald #4AC269
Tints of Emerald #4AC269
RGB
CMYK
RGB Variations
Color information
#4AC269 (or 0x4AC269) is known color: Emerald. HEX triplet: 4A, C2 and 69. RGB value is (74,194,105). Sum of RGB (Red+Green+Blue) = 74+194+105=373 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.84% from 373); Green value is 194 (76.17% from 255 or 52.01% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 194 - color contains mainly: green. Hex color #4AC269 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC269 is #B53D96. Grayscale: #949494. Windows color (decimal): -11877783 or 6931018. OLE color: 6931018.
HSL color Cylindrical-coordinate representation of color #4AC269: hue angle of 135.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC269 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 194 | 105 | - |
| CMYK | 0.62 | 0 | 0.46 | 0.24 |
| HSL | 135.5º | 0.5% | 0.53% | - |
| HSV(B) | 135.5º | 0.62% | 0.76% | - |
| XYZ | 24.67 | 41.06 | 19.99 | - |
| YUV | 147.97 | 103.74 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 194 | 105 | 0.62 | 0 | 0.46 | 0.24 | 135.5 | 0.5 | 0.53 |
| Hex | 4A | C2 | 69 | 3E | 0 | 2E | 18 | 88 | 32 | 35 |
| Octal | 112 | 302 | 151 | 76 | 0 | 56 | 30 | 210 | 62 | 65 |
| Binary | 1001010 | 11000010 | 1101001 | 111110 | 0 | 101110 | 11000 | 10001000 | 110010 | 110101 |
Color Harmonies of #4AC269
Complementary color
Monochromatic Colors of #4AC269
Black with #4AC269
Text Example
Text Example
White with #4AC269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC269; }
p { color: rgb(74,194,105); }
H1.HeaderClassName
{
color: #4AC269;
}
.AnyTagClassName
{
color: #4AC269;
}
</style>
background-color css
<style>
a { background-color: #4AC269; }
a { background-color: rgb(74,194,105); }
div.DivClassName
{
background-color: #4AC269;
}
.BgClassName
{
background-color: #4AC269;
}
</style>
border-color css
<style>
span { border-color: #4AC269; }
span { border-color: rgb(74,194,105); }
td.TdClassName
{
border-color: #4AC269;
}
.TagClassName
{
border-color: #4AC269;
}
</style>