Shades of Puerto Rico #4AC99E
Tints of Puerto Rico #4AC99E
RGB
CMYK
RGB Variations
Color information
#4AC99E (or 0x4AC99E) is known color: Puerto Rico. HEX triplet: 4A, C9 and 9E. RGB value is (74,201,158). Sum of RGB (Red+Green+Blue) = 74+201+158=433 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.09% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 201 - color contains mainly: green. Hex color #4AC99E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC99E is #B53661. Grayscale: #9E9E9E. Windows color (decimal): -11875938 or 10406218. OLE color: 10406218.
HSL color Cylindrical-coordinate representation of color #4AC99E: hue angle of 159.69º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC99E is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 201 | 158 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.21 |
| HSL | 159.69º | 0.54% | 0.54% | - |
| HSV(B) | 159.69º | 0.63% | 0.79% | - |
| XYZ | 29.88 | 45.7 | 39.59 | - |
| YUV | 158.13 | 127.92 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 201 | 158 | 0.63 | 0 | 0.21 | 0.21 | 159.69 | 0.54 | 0.54 |
| Hex | 4A | C9 | 9E | 3F | 0 | 15 | 15 | A0 | 36 | 36 |
| Octal | 112 | 311 | 236 | 77 | 0 | 25 | 25 | 240 | 66 | 66 |
| Binary | 1001010 | 11001001 | 10011110 | 111111 | 0 | 10101 | 10101 | 10100000 | 110110 | 110110 |
Color Harmonies of #4AC99E
Complementary color
Monochromatic Colors of #4AC99E
Black with #4AC99E
Text Example
Text Example
White with #4AC99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC99E; }
p { color: rgb(74,201,158); }
H1.HeaderClassName
{
color: #4AC99E;
}
.AnyTagClassName
{
color: #4AC99E;
}
</style>
background-color css
<style>
a { background-color: #4AC99E; }
a { background-color: rgb(74,201,158); }
div.DivClassName
{
background-color: #4AC99E;
}
.BgClassName
{
background-color: #4AC99E;
}
</style>
border-color css
<style>
span { border-color: #4AC99E; }
span { border-color: rgb(74,201,158); }
td.TdClassName
{
border-color: #4AC99E;
}
.TagClassName
{
border-color: #4AC99E;
}
</style>