Shades of Shamrock #42FAA6
Tints of Shamrock #42FAA6
RGB
CMYK
RGB Variations
Color information
#42FAA6 (or 0x42FAA6) is known color: Shamrock. HEX triplet: 42, FA and A6. RGB value is (66,250,166). Sum of RGB (Red+Green+Blue) = 66+250+166=482 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.69% from 482); Green value is 250 (98.05% from 255 or 51.87% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 250 - color contains mainly: green. Hex color #42FAA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FAA6 is #BD0559. Grayscale: #B9B9B9. Windows color (decimal): -12387674 or 10943042. OLE color: 10943042.
HSL color Cylindrical-coordinate representation of color #42FAA6: hue angle of 152.61º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FAA6 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 250 | 166 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.02 |
| HSL | 152.61º | 0.95% | 0.62% | - |
| HSV(B) | 152.61º | 0.74% | 0.98% | - |
| XYZ | 43.32 | 72.28 | 47.75 | - |
| YUV | 185.41 | 117.04 | 42.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 250 | 166 | 0.74 | 0 | 0.34 | 0.02 | 152.61 | 0.95 | 0.62 |
| Hex | 42 | FA | A6 | 4A | 0 | 22 | 2 | 99 | 5F | 3E |
| Octal | 102 | 372 | 246 | 112 | 0 | 42 | 2 | 231 | 137 | 76 |
| Binary | 1000010 | 11111010 | 10100110 | 1001010 | 0 | 100010 | 10 | 10011001 | 1011111 | 111110 |
Color Harmonies of #42FAA6
Complementary color
Monochromatic Colors of #42FAA6
Black with #42FAA6
Text Example
Text Example
White with #42FAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FAA6; }
p { color: rgb(66,250,166); }
H1.HeaderClassName
{
color: #42FAA6;
}
.AnyTagClassName
{
color: #42FAA6;
}
</style>
background-color css
<style>
a { background-color: #42FAA6; }
a { background-color: rgb(66,250,166); }
div.DivClassName
{
background-color: #42FAA6;
}
.BgClassName
{
background-color: #42FAA6;
}
</style>
border-color css
<style>
span { border-color: #42FAA6; }
span { border-color: rgb(66,250,166); }
td.TdClassName
{
border-color: #42FAA6;
}
.TagClassName
{
border-color: #42FAA6;
}
</style>