Shades of Shamrock #3ADF8B
Tints of Shamrock #3ADF8B
RGB
CMYK
RGB Variations
Color information
#3ADF8B (or 0x3ADF8B) is known color: Shamrock. HEX triplet: 3A, DF and 8B. RGB value is (58,223,139). Sum of RGB (Red+Green+Blue) = 58+223+139=420 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.81% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADF8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADF8B is #C52074. Grayscale: #A4A4A4. Windows color (decimal): -12918901 or 9166650. OLE color: 9166650.
HSL color Cylindrical-coordinate representation of color #3ADF8B: hue angle of 149.45º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADF8B is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 223 | 139 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.13 |
| HSL | 149.45º | 0.72% | 0.55% | - |
| HSV(B) | 149.45º | 0.74% | 0.87% | - |
| XYZ | 32.79 | 55.54 | 33.42 | - |
| YUV | 164.09 | 113.84 | 52.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 139 | 0.74 | 0 | 0.38 | 0.13 | 149.45 | 0.72 | 0.55 |
| Hex | 3A | DF | 8B | 4A | 0 | 26 | D | 95 | 48 | 37 |
| Octal | 72 | 337 | 213 | 112 | 0 | 46 | 15 | 225 | 110 | 67 |
| Binary | 111010 | 11011111 | 10001011 | 1001010 | 0 | 100110 | 1101 | 10010101 | 1001000 | 110111 |
Color Harmonies of #3ADF8B
Complementary color
Monochromatic Colors of #3ADF8B
Black with #3ADF8B
Text Example
Text Example
White with #3ADF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADF8B; }
p { color: rgb(58,223,139); }
H1.HeaderClassName
{
color: #3ADF8B;
}
.AnyTagClassName
{
color: #3ADF8B;
}
</style>
background-color css
<style>
a { background-color: #3ADF8B; }
a { background-color: rgb(58,223,139); }
div.DivClassName
{
background-color: #3ADF8B;
}
.BgClassName
{
background-color: #3ADF8B;
}
</style>
border-color css
<style>
span { border-color: #3ADF8B; }
span { border-color: rgb(58,223,139); }
td.TdClassName
{
border-color: #3ADF8B;
}
.TagClassName
{
border-color: #3ADF8B;
}
</style>