Shades of Shamrock #3ADD95
Tints of Shamrock #3ADD95
RGB
CMYK
RGB Variations
Color information
#3ADD95 (or 0x3ADD95) is known color: Shamrock. HEX triplet: 3A, DD and 95. RGB value is (58,221,149). Sum of RGB (Red+Green+Blue) = 58+221+149=428 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.55% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADD95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADD95 is #C5226A. Grayscale: #A4A4A4. Windows color (decimal): -12919403 or 9821498. OLE color: 9821498.
HSL color Cylindrical-coordinate representation of color #3ADD95: hue angle of 153.5º degrees, saturation: 0.71, 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 #3ADD95 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 221 | 149 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.13 |
| HSL | 153.5º | 0.71% | 0.55% | - |
| HSV(B) | 153.5º | 0.74% | 0.87% | - |
| XYZ | 33.03 | 54.78 | 37.27 | - |
| YUV | 164.06 | 119.5 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 149 | 0.74 | 0 | 0.33 | 0.13 | 153.5 | 0.71 | 0.55 |
| Hex | 3A | DD | 95 | 4A | 0 | 21 | D | 99 | 47 | 37 |
| Octal | 72 | 335 | 225 | 112 | 0 | 41 | 15 | 231 | 107 | 67 |
| Binary | 111010 | 11011101 | 10010101 | 1001010 | 0 | 100001 | 1101 | 10011001 | 1000111 | 110111 |
Color Harmonies of #3ADD95
Complementary color
Monochromatic Colors of #3ADD95
Black with #3ADD95
Text Example
Text Example
White with #3ADD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADD95; }
p { color: rgb(58,221,149); }
H1.HeaderClassName
{
color: #3ADD95;
}
.AnyTagClassName
{
color: #3ADD95;
}
</style>
background-color css
<style>
a { background-color: #3ADD95; }
a { background-color: rgb(58,221,149); }
div.DivClassName
{
background-color: #3ADD95;
}
.BgClassName
{
background-color: #3ADD95;
}
</style>
border-color css
<style>
span { border-color: #3ADD95; }
span { border-color: rgb(58,221,149); }
td.TdClassName
{
border-color: #3ADD95;
}
.TagClassName
{
border-color: #3ADD95;
}
</style>