Shades of Puerto Rico #4AC39D
Tints of Puerto Rico #4AC39D
RGB
CMYK
RGB Variations
Color information
#4AC39D (or 0x4AC39D) is known color: Puerto Rico. HEX triplet: 4A, C3 and 9D. RGB value is (74,195,157). Sum of RGB (Red+Green+Blue) = 74+195+157=426 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.37% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC39D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC39D is #B53C62. Grayscale: #9A9A9A. Windows color (decimal): -11877475 or 10339146. OLE color: 10339146.
HSL color Cylindrical-coordinate representation of color #4AC39D: hue angle of 161.16º 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 #4AC39D is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 195 | 157 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.24 |
| HSL | 161.16º | 0.5% | 0.53% | - |
| HSV(B) | 161.16º | 0.62% | 0.76% | - |
| XYZ | 28.42 | 42.92 | 38.68 | - |
| YUV | 154.49 | 129.41 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 195 | 157 | 0.62 | 0 | 0.19 | 0.24 | 161.16 | 0.5 | 0.53 |
| Hex | 4A | C3 | 9D | 3E | 0 | 13 | 18 | A1 | 32 | 35 |
| Octal | 112 | 303 | 235 | 76 | 0 | 23 | 30 | 241 | 62 | 65 |
| Binary | 1001010 | 11000011 | 10011101 | 111110 | 0 | 10011 | 11000 | 10100001 | 110010 | 110101 |
Color Harmonies of #4AC39D
Complementary color
Monochromatic Colors of #4AC39D
Black with #4AC39D
Text Example
Text Example
White with #4AC39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC39D; }
p { color: rgb(74,195,157); }
H1.HeaderClassName
{
color: #4AC39D;
}
.AnyTagClassName
{
color: #4AC39D;
}
</style>
background-color css
<style>
a { background-color: #4AC39D; }
a { background-color: rgb(74,195,157); }
div.DivClassName
{
background-color: #4AC39D;
}
.BgClassName
{
background-color: #4AC39D;
}
</style>
border-color css
<style>
span { border-color: #4AC39D; }
span { border-color: rgb(74,195,157); }
td.TdClassName
{
border-color: #4AC39D;
}
.TagClassName
{
border-color: #4AC39D;
}
</style>