Shades of Puerto Rico #4AC69D
Tints of Puerto Rico #4AC69D
RGB
CMYK
RGB Variations
Color information
#4AC69D (or 0x4AC69D) is known color: Puerto Rico. HEX triplet: 4A, C6 and 9D. RGB value is (74,198,157). Sum of RGB (Red+Green+Blue) = 74+198+157=429 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.25% from 429); Green value is 198 (77.73% from 255 or 46.15% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 198 - color contains mainly: green. Hex color #4AC69D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC69D is #B53962. Grayscale: #9C9C9C. Windows color (decimal): -11876707 or 10339914. OLE color: 10339914.
HSL color Cylindrical-coordinate representation of color #4AC69D: hue angle of 160.16º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC69D is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 198 | 157 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.22 |
| HSL | 160.16º | 0.52% | 0.53% | - |
| HSV(B) | 160.16º | 0.63% | 0.78% | - |
| XYZ | 29.1 | 44.28 | 38.91 | - |
| YUV | 156.25 | 128.42 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 198 | 157 | 0.63 | 0 | 0.21 | 0.22 | 160.16 | 0.52 | 0.53 |
| Hex | 4A | C6 | 9D | 3F | 0 | 15 | 16 | A0 | 34 | 35 |
| Octal | 112 | 306 | 235 | 77 | 0 | 25 | 26 | 240 | 64 | 65 |
| Binary | 1001010 | 11000110 | 10011101 | 111111 | 0 | 10101 | 10110 | 10100000 | 110100 | 110101 |
Color Harmonies of #4AC69D
Complementary color
Monochromatic Colors of #4AC69D
Black with #4AC69D
Text Example
Text Example
White with #4AC69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC69D; }
p { color: rgb(74,198,157); }
H1.HeaderClassName
{
color: #4AC69D;
}
.AnyTagClassName
{
color: #4AC69D;
}
</style>
background-color css
<style>
a { background-color: #4AC69D; }
a { background-color: rgb(74,198,157); }
div.DivClassName
{
background-color: #4AC69D;
}
.BgClassName
{
background-color: #4AC69D;
}
</style>
border-color css
<style>
span { border-color: #4AC69D; }
span { border-color: rgb(74,198,157); }
td.TdClassName
{
border-color: #4AC69D;
}
.TagClassName
{
border-color: #4AC69D;
}
</style>