Shades of Shamrock #42FAA1
Tints of Shamrock #42FAA1
RGB
CMYK
RGB Variations
Color information
#42FAA1 (or 0x42FAA1) is known color: Shamrock. HEX triplet: 42, FA and A1. RGB value is (66,250,161). Sum of RGB (Red+Green+Blue) = 66+250+161=477 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.84% from 477); Green value is 250 (98.05% from 255 or 52.41% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 250 - color contains mainly: green. Hex color #42FAA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FAA1 is #BD055E. Grayscale: #B9B9B9. Windows color (decimal): -12387679 or 10615362. OLE color: 10615362.
HSL color Cylindrical-coordinate representation of color #42FAA1: hue angle of 150.98º 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 #42FAA1 is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 250 | 161 | - |
| CMYK | 0.74 | 0 | 0.36 | 0.02 |
| HSL | 150.98º | 0.95% | 0.62% | - |
| HSV(B) | 150.98º | 0.74% | 0.98% | - |
| XYZ | 42.87 | 72.1 | 45.38 | - |
| YUV | 184.84 | 114.54 | 43.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 250 | 161 | 0.74 | 0 | 0.36 | 0.02 | 150.98 | 0.95 | 0.62 |
| Hex | 42 | FA | A1 | 4A | 0 | 24 | 2 | 97 | 5F | 3E |
| Octal | 102 | 372 | 241 | 112 | 0 | 44 | 2 | 227 | 137 | 76 |
| Binary | 1000010 | 11111010 | 10100001 | 1001010 | 0 | 100100 | 10 | 10010111 | 1011111 | 111110 |
Color Harmonies of #42FAA1
Complementary color
Monochromatic Colors of #42FAA1
Black with #42FAA1
Text Example
Text Example
White with #42FAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FAA1; }
p { color: rgb(66,250,161); }
H1.HeaderClassName
{
color: #42FAA1;
}
.AnyTagClassName
{
color: #42FAA1;
}
</style>
background-color css
<style>
a { background-color: #42FAA1; }
a { background-color: rgb(66,250,161); }
div.DivClassName
{
background-color: #42FAA1;
}
.BgClassName
{
background-color: #42FAA1;
}
</style>
border-color css
<style>
span { border-color: #42FAA1; }
span { border-color: rgb(66,250,161); }
td.TdClassName
{
border-color: #42FAA1;
}
.TagClassName
{
border-color: #42FAA1;
}
</style>