Shades of Shamrock #40FAA4
Tints of Shamrock #40FAA4
RGB
CMYK
RGB Variations
Color information
#40FAA4 (or 0x40FAA4) is known color: Shamrock. HEX triplet: 40, FA and A4. RGB value is (64,250,164). Sum of RGB (Red+Green+Blue) = 64+250+164=478 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.39% from 478); Green value is 250 (98.05% from 255 or 52.30% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 250 - color contains mainly: green. Hex color #40FAA4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FAA4 is #BF055B. Grayscale: #B8B8B8. Windows color (decimal): -12518748 or 10811968. OLE color: 10811968.
HSL color Cylindrical-coordinate representation of color #40FAA4: hue angle of 152.26º 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 #40FAA4 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 250 | 164 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.02 |
| HSL | 152.26º | 0.95% | 0.62% | - |
| HSV(B) | 152.26º | 0.74% | 0.98% | - |
| XYZ | 43 | 72.14 | 46.78 | - |
| YUV | 184.58 | 116.38 | 41.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 250 | 164 | 0.74 | 0 | 0.34 | 0.02 | 152.26 | 0.95 | 0.62 |
| Hex | 40 | FA | A4 | 4A | 0 | 22 | 2 | 98 | 5F | 3E |
| Octal | 100 | 372 | 244 | 112 | 0 | 42 | 2 | 230 | 137 | 76 |
| Binary | 1000000 | 11111010 | 10100100 | 1001010 | 0 | 100010 | 10 | 10011000 | 1011111 | 111110 |
Color Harmonies of #40FAA4
Complementary color
Monochromatic Colors of #40FAA4
Black with #40FAA4
Text Example
Text Example
White with #40FAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FAA4; }
p { color: rgb(64,250,164); }
H1.HeaderClassName
{
color: #40FAA4;
}
.AnyTagClassName
{
color: #40FAA4;
}
</style>
background-color css
<style>
a { background-color: #40FAA4; }
a { background-color: rgb(64,250,164); }
div.DivClassName
{
background-color: #40FAA4;
}
.BgClassName
{
background-color: #40FAA4;
}
</style>
border-color css
<style>
span { border-color: #40FAA4; }
span { border-color: rgb(64,250,164); }
td.TdClassName
{
border-color: #40FAA4;
}
.TagClassName
{
border-color: #40FAA4;
}
</style>