Shades of Shamrock #3AFEA4
Tints of Shamrock #3AFEA4
RGB
CMYK
RGB Variations
Color information
#3AFEA4 (or 0x3AFEA4) is known color: Shamrock. HEX triplet: 3A, FE and A4. RGB value is (58,254,164). Sum of RGB (Red+Green+Blue) = 58+254+164=476 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.18% from 476); Green value is 254 (99.61% from 255 or 53.36% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFEA4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFEA4 is #C5015B. Grayscale: #B9B9B9. Windows color (decimal): -12910940 or 10812986. OLE color: 10812986.
HSL color Cylindrical-coordinate representation of color #3AFEA4: hue angle of 152.45º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFEA4 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 164 | - |
| CMYK | 0.77 | 0 | 0.35 | 0.00 |
| HSL | 152.45º | 0.99% | 0.61% | - |
| HSV(B) | 152.45º | 0.77% | 1% | - |
| XYZ | 43.89 | 74.46 | 47.18 | - |
| YUV | 185.14 | 116.07 | 37.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 164 | 0.77 | 0 | 0.35 | 0.00 | 152.45 | 0.99 | 0.61 |
| Hex | 3A | FE | A4 | 4D | 0 | 23 | 0 | 98 | 63 | 3D |
| Octal | 72 | 376 | 244 | 115 | 0 | 43 | 0 | 230 | 143 | 75 |
| Binary | 111010 | 11111110 | 10100100 | 1001101 | 0 | 100011 | 0 | 10011000 | 1100011 | 111101 |
Color Harmonies of #3AFEA4
Complementary color
Monochromatic Colors of #3AFEA4
Black with #3AFEA4
Text Example
Text Example
White with #3AFEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFEA4; }
p { color: rgb(58,254,164); }
H1.HeaderClassName
{
color: #3AFEA4;
}
.AnyTagClassName
{
color: #3AFEA4;
}
</style>
background-color css
<style>
a { background-color: #3AFEA4; }
a { background-color: rgb(58,254,164); }
div.DivClassName
{
background-color: #3AFEA4;
}
.BgClassName
{
background-color: #3AFEA4;
}
</style>
border-color css
<style>
span { border-color: #3AFEA4; }
span { border-color: rgb(58,254,164); }
td.TdClassName
{
border-color: #3AFEA4;
}
.TagClassName
{
border-color: #3AFEA4;
}
</style>