Shades of Shamrock #4ACA9A
Tints of Shamrock #4ACA9A
RGB
CMYK
RGB Variations
Color information
#4ACA9A (or 0x4ACA9A) is known color: Shamrock. HEX triplet: 4A, CA and 9A. RGB value is (74,202,154). Sum of RGB (Red+Green+Blue) = 74+202+154=430 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.21% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACA9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACA9A is #B53565. Grayscale: #9E9E9E. Windows color (decimal): -11875686 or 10144330. OLE color: 10144330.
HSL color Cylindrical-coordinate representation of color #4ACA9A: hue angle of 157.5º degrees, saturation: 0.55, 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 #4ACA9A is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 202 | 154 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.21 |
| HSL | 157.5º | 0.55% | 0.54% | - |
| HSV(B) | 157.5º | 0.63% | 0.79% | - |
| XYZ | 29.78 | 46.03 | 37.89 | - |
| YUV | 158.26 | 125.59 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 202 | 154 | 0.63 | 0 | 0.24 | 0.21 | 157.5 | 0.55 | 0.54 |
| Hex | 4A | CA | 9A | 3F | 0 | 18 | 15 | 9E | 37 | 36 |
| Octal | 112 | 312 | 232 | 77 | 0 | 30 | 25 | 236 | 67 | 66 |
| Binary | 1001010 | 11001010 | 10011010 | 111111 | 0 | 11000 | 10101 | 10011110 | 110111 | 110110 |
Color Harmonies of #4ACA9A
Complementary color
Monochromatic Colors of #4ACA9A
Black with #4ACA9A
Text Example
Text Example
White with #4ACA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACA9A; }
p { color: rgb(74,202,154); }
H1.HeaderClassName
{
color: #4ACA9A;
}
.AnyTagClassName
{
color: #4ACA9A;
}
</style>
background-color css
<style>
a { background-color: #4ACA9A; }
a { background-color: rgb(74,202,154); }
div.DivClassName
{
background-color: #4ACA9A;
}
.BgClassName
{
background-color: #4ACA9A;
}
</style>
border-color css
<style>
span { border-color: #4ACA9A; }
span { border-color: rgb(74,202,154); }
td.TdClassName
{
border-color: #4ACA9A;
}
.TagClassName
{
border-color: #4ACA9A;
}
</style>