Shades of Shamrock #3AF893
Tints of Shamrock #3AF893
RGB
CMYK
RGB Variations
Color information
#3AF893 (or 0x3AF893) is known color: Shamrock. HEX triplet: 3A, F8 and 93. RGB value is (58,248,147). Sum of RGB (Red+Green+Blue) = 58+248+147=453 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.80% from 453); Green value is 248 (97.27% from 255 or 54.75% from 453); Blue value is 147 (57.81% from 255 or 32.45% from 453); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF893 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF893 is #C5076C. Grayscale: #B3B3B3. Windows color (decimal): -12912493 or 9697338. OLE color: 9697338.
HSL color Cylindrical-coordinate representation of color #3AF893: hue angle of 148.11º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF893 is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 248 | 147 | - |
| CMYK | 0.77 | 0 | 0.41 | 0.03 |
| HSL | 148.11º | 0.93% | 0.6% | - |
| HSV(B) | 148.11º | 0.77% | 0.97% | - |
| XYZ | 40.58 | 70.14 | 39 | - |
| YUV | 179.68 | 109.55 | 41.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 248 | 147 | 0.77 | 0 | 0.41 | 0.03 | 148.11 | 0.93 | 0.6 |
| Hex | 3A | F8 | 93 | 4D | 0 | 29 | 3 | 94 | 5D | 3C |
| Octal | 72 | 370 | 223 | 115 | 0 | 51 | 3 | 224 | 135 | 74 |
| Binary | 111010 | 11111000 | 10010011 | 1001101 | 0 | 101001 | 11 | 10010100 | 1011101 | 111100 |
Color Harmonies of #3AF893
Complementary color
Monochromatic Colors of #3AF893
Black with #3AF893
Text Example
Text Example
White with #3AF893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF893; }
p { color: rgb(58,248,147); }
H1.HeaderClassName
{
color: #3AF893;
}
.AnyTagClassName
{
color: #3AF893;
}
</style>
background-color css
<style>
a { background-color: #3AF893; }
a { background-color: rgb(58,248,147); }
div.DivClassName
{
background-color: #3AF893;
}
.BgClassName
{
background-color: #3AF893;
}
</style>
border-color css
<style>
span { border-color: #3AF893; }
span { border-color: rgb(58,248,147); }
td.TdClassName
{
border-color: #3AF893;
}
.TagClassName
{
border-color: #3AF893;
}
</style>