Shades of Shamrock #42E9AC
Tints of Shamrock #42E9AC
RGB
CMYK
RGB Variations
Color information
#42E9AC (or 0x42E9AC) is known color: Shamrock. HEX triplet: 42, E9 and AC. RGB value is (66,233,172). Sum of RGB (Red+Green+Blue) = 66+233+172=471 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.01% from 471); Green value is 233 (91.41% from 255 or 49.47% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 233 - color contains mainly: green. Hex color #42E9AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E9AC is #BD1653. Grayscale: #B0B0B0. Windows color (decimal): -12392020 or 11331906. OLE color: 11331906.
HSL color Cylindrical-coordinate representation of color #42E9AC: hue angle of 158.08º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E9AC is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 233 | 172 | - |
| CMYK | 0.72 | 0 | 0.26 | 0.09 |
| HSL | 158.08º | 0.79% | 0.59% | - |
| HSV(B) | 158.08º | 0.72% | 0.91% | - |
| XYZ | 38.83 | 62.41 | 49.03 | - |
| YUV | 176.11 | 125.67 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 233 | 172 | 0.72 | 0 | 0.26 | 0.09 | 158.08 | 0.79 | 0.59 |
| Hex | 42 | E9 | AC | 48 | 0 | 1A | 9 | 9E | 4F | 3B |
| Octal | 102 | 351 | 254 | 110 | 0 | 32 | 11 | 236 | 117 | 73 |
| Binary | 1000010 | 11101001 | 10101100 | 1001000 | 0 | 11010 | 1001 | 10011110 | 1001111 | 111011 |
Color Harmonies of #42E9AC
Complementary color
Monochromatic Colors of #42E9AC
Black with #42E9AC
Text Example
Text Example
White with #42E9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E9AC; }
p { color: rgb(66,233,172); }
H1.HeaderClassName
{
color: #42E9AC;
}
.AnyTagClassName
{
color: #42E9AC;
}
</style>
background-color css
<style>
a { background-color: #42E9AC; }
a { background-color: rgb(66,233,172); }
div.DivClassName
{
background-color: #42E9AC;
}
.BgClassName
{
background-color: #42E9AC;
}
</style>
border-color css
<style>
span { border-color: #42E9AC; }
span { border-color: rgb(66,233,172); }
td.TdClassName
{
border-color: #42E9AC;
}
.TagClassName
{
border-color: #42E9AC;
}
</style>