Shades of Shamrock #3AFB90
Tints of Shamrock #3AFB90
RGB
CMYK
RGB Variations
Color information
#3AFB90 (or 0x3AFB90) is known color: Shamrock. HEX triplet: 3A, FB and 90. RGB value is (58,251,144). Sum of RGB (Red+Green+Blue) = 58+251+144=453 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.80% from 453); Green value is 251 (98.44% from 255 or 55.41% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFB90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFB90 is #C5046F. Grayscale: #B5B5B5. Windows color (decimal): -12911728 or 9501498. OLE color: 9501498.
HSL color Cylindrical-coordinate representation of color #3AFB90: hue angle of 146.74º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFB90 is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 251 | 144 | - |
| CMYK | 0.77 | 0 | 0.43 | 0.02 |
| HSL | 146.74º | 0.96% | 0.61% | - |
| HSV(B) | 146.74º | 0.77% | 0.98% | - |
| XYZ | 41.28 | 71.91 | 38.09 | - |
| YUV | 181.1 | 107.06 | 40.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 251 | 144 | 0.77 | 0 | 0.43 | 0.02 | 146.74 | 0.96 | 0.61 |
| Hex | 3A | FB | 90 | 4D | 0 | 2B | 2 | 93 | 60 | 3D |
| Octal | 72 | 373 | 220 | 115 | 0 | 53 | 2 | 223 | 140 | 75 |
| Binary | 111010 | 11111011 | 10010000 | 1001101 | 0 | 101011 | 10 | 10010011 | 1100000 | 111101 |
Color Harmonies of #3AFB90
Complementary color
Monochromatic Colors of #3AFB90
Black with #3AFB90
Text Example
Text Example
White with #3AFB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFB90; }
p { color: rgb(58,251,144); }
H1.HeaderClassName
{
color: #3AFB90;
}
.AnyTagClassName
{
color: #3AFB90;
}
</style>
background-color css
<style>
a { background-color: #3AFB90; }
a { background-color: rgb(58,251,144); }
div.DivClassName
{
background-color: #3AFB90;
}
.BgClassName
{
background-color: #3AFB90;
}
</style>
border-color css
<style>
span { border-color: #3AFB90; }
span { border-color: rgb(58,251,144); }
td.TdClassName
{
border-color: #3AFB90;
}
.TagClassName
{
border-color: #3AFB90;
}
</style>