Shades of Shamrock #42E9AF
Tints of Shamrock #42E9AF
RGB
CMYK
RGB Variations
Color information
#42E9AF (or 0x42E9AF) is known color: Shamrock. HEX triplet: 42, E9 and AF. RGB value is (66,233,175). Sum of RGB (Red+Green+Blue) = 66+233+175=474 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.92% from 474); Green value is 233 (91.41% from 255 or 49.16% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 233 - color contains mainly: green. Hex color #42E9AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E9AF is #BD1650. Grayscale: #B0B0B0. Windows color (decimal): -12392017 or 11528514. OLE color: 11528514.
HSL color Cylindrical-coordinate representation of color #42E9AF: hue angle of 159.16º 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 #42E9AF is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 233 | 175 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.09 |
| HSL | 159.16º | 0.79% | 0.59% | - |
| HSV(B) | 159.16º | 0.72% | 0.91% | - |
| XYZ | 39.12 | 62.53 | 50.57 | - |
| YUV | 176.46 | 127.17 | 49.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 233 | 175 | 0.72 | 0 | 0.25 | 0.09 | 159.16 | 0.79 | 0.59 |
| Hex | 42 | E9 | AF | 48 | 0 | 19 | 9 | 9F | 4F | 3B |
| Octal | 102 | 351 | 257 | 110 | 0 | 31 | 11 | 237 | 117 | 73 |
| Binary | 1000010 | 11101001 | 10101111 | 1001000 | 0 | 11001 | 1001 | 10011111 | 1001111 | 111011 |
Color Harmonies of #42E9AF
Complementary color
Monochromatic Colors of #42E9AF
Black with #42E9AF
Text Example
Text Example
White with #42E9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E9AF; }
p { color: rgb(66,233,175); }
H1.HeaderClassName
{
color: #42E9AF;
}
.AnyTagClassName
{
color: #42E9AF;
}
</style>
background-color css
<style>
a { background-color: #42E9AF; }
a { background-color: rgb(66,233,175); }
div.DivClassName
{
background-color: #42E9AF;
}
.BgClassName
{
background-color: #42E9AF;
}
</style>
border-color css
<style>
span { border-color: #42E9AF; }
span { border-color: rgb(66,233,175); }
td.TdClassName
{
border-color: #42E9AF;
}
.TagClassName
{
border-color: #42E9AF;
}
</style>