Shades of Shamrock #42FAAA
Tints of Shamrock #42FAAA
RGB
CMYK
RGB Variations
Color information
#42FAAA (or 0x42FAAA) is known color: Shamrock. HEX triplet: 42, FA and AA. RGB value is (66,250,170). Sum of RGB (Red+Green+Blue) = 66+250+170=486 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.58% from 486); Green value is 250 (98.05% from 255 or 51.44% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 250 - color contains mainly: green. Hex color #42FAAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FAAA is #BD0555. Grayscale: #BABABA. Windows color (decimal): -12387670 or 11205186. OLE color: 11205186.
HSL color Cylindrical-coordinate representation of color #42FAAA: hue angle of 153.91º 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 #42FAAA is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 250 | 170 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.02 |
| HSL | 153.91º | 0.95% | 0.62% | - |
| HSV(B) | 153.91º | 0.74% | 0.98% | - |
| XYZ | 43.69 | 72.43 | 49.71 | - |
| YUV | 185.86 | 119.04 | 42.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 250 | 170 | 0.74 | 0 | 0.32 | 0.02 | 153.91 | 0.95 | 0.62 |
| Hex | 42 | FA | AA | 4A | 0 | 20 | 2 | 9A | 5F | 3E |
| Octal | 102 | 372 | 252 | 112 | 0 | 40 | 2 | 232 | 137 | 76 |
| Binary | 1000010 | 11111010 | 10101010 | 1001010 | 0 | 100000 | 10 | 10011010 | 1011111 | 111110 |
Color Harmonies of #42FAAA
Complementary color
Monochromatic Colors of #42FAAA
Black with #42FAAA
Text Example
Text Example
White with #42FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FAAA; }
p { color: rgb(66,250,170); }
H1.HeaderClassName
{
color: #42FAAA;
}
.AnyTagClassName
{
color: #42FAAA;
}
</style>
background-color css
<style>
a { background-color: #42FAAA; }
a { background-color: rgb(66,250,170); }
div.DivClassName
{
background-color: #42FAAA;
}
.BgClassName
{
background-color: #42FAAA;
}
</style>
border-color css
<style>
span { border-color: #42FAAA; }
span { border-color: rgb(66,250,170); }
td.TdClassName
{
border-color: #42FAAA;
}
.TagClassName
{
border-color: #42FAAA;
}
</style>