Shades of Shamrock #42FEA6
Tints of Shamrock #42FEA6
RGB
CMYK
RGB Variations
Color information
#42FEA6 (or 0x42FEA6) is known color: Shamrock. HEX triplet: 42, FE and A6. RGB value is (66,254,166). Sum of RGB (Red+Green+Blue) = 66+254+166=486 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.58% from 486); Green value is 254 (99.61% from 255 or 52.26% from 486); Blue value is 166 (65.23% from 255 or 34.16% from 486); Max value from RGB is 254 - color contains mainly: green. Hex color #42FEA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FEA6 is #BD0159. Grayscale: #BBBBBB. Windows color (decimal): -12386650 or 10944066. OLE color: 10944066.
HSL color Cylindrical-coordinate representation of color #42FEA6: hue angle of 151.91º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FEA6 is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 254 | 166 | - |
| CMYK | 0.74 | 0 | 0.35 | 0.00 |
| HSL | 151.91º | 0.99% | 0.63% | - |
| HSV(B) | 151.91º | 0.74% | 1% | - |
| XYZ | 44.57 | 74.8 | 48.16 | - |
| YUV | 187.76 | 115.72 | 41.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 254 | 166 | 0.74 | 0 | 0.35 | 0.00 | 151.91 | 0.99 | 0.63 |
| Hex | 42 | FE | A6 | 4A | 0 | 23 | 0 | 98 | 63 | 3F |
| Octal | 102 | 376 | 246 | 112 | 0 | 43 | 0 | 230 | 143 | 77 |
| Binary | 1000010 | 11111110 | 10100110 | 1001010 | 0 | 100011 | 0 | 10011000 | 1100011 | 111111 |
Color Harmonies of #42FEA6
Complementary color
Monochromatic Colors of #42FEA6
Black with #42FEA6
Text Example
Text Example
White with #42FEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FEA6; }
p { color: rgb(66,254,166); }
H1.HeaderClassName
{
color: #42FEA6;
}
.AnyTagClassName
{
color: #42FEA6;
}
</style>
background-color css
<style>
a { background-color: #42FEA6; }
a { background-color: rgb(66,254,166); }
div.DivClassName
{
background-color: #42FEA6;
}
.BgClassName
{
background-color: #42FEA6;
}
</style>
border-color css
<style>
span { border-color: #42FEA6; }
span { border-color: rgb(66,254,166); }
td.TdClassName
{
border-color: #42FEA6;
}
.TagClassName
{
border-color: #42FEA6;
}
</style>