#3AD48D

Color #3AD48D Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #3AD48D

Tints of Shamrock #3AD48D

Color information

#3AD48D (or 0x3AD48D) is unknown color: approx Shamrock. HEX triplet: 3A, D4 and 8D. RGB value is (58,212,141). Sum of RGB (Red+Green+Blue) = 58+212+141=411 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.11% from 411); Green value is 212 (83.20% from 255 or 51.58% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD48D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD48D is #C52B72. Grayscale: #9D9D9D. Windows color (decimal): -12921715 or 9294906. OLE color: 9294906.

HSL color Cylindrical-coordinate representation of color #3AD48D: hue angle of 152.34º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD48D is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB58212141-
CMYK0.7300.330.17
HSL152.34º64.17%52.94%-
HSV(B)152.34º72.64%83.14%-
XYZ30.149.9133.25-
YUV157.86118.4856.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 14.11%
GREEN value IS 212 (83.20% from 255) = 51.58%
BLUE value IS 141 (55.47% from 255) = 34.31%
R=14.11%
G=51.58%
B=34.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal582121410.7300.330.17152.3464.1752.94
Hex3AD48D4902111984035
Octal723242151110412123010065
Binary11101011010100100011011001001010000110001100110001000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AD48D; }

 p { color: rgb(58,212,141); }

 H1.HeaderClassName
 {
   color: #3AD48D;
 }
 .AnyTagClassName
 {
   color: #3AD48D;
 }
</style>
background-color css

<style>
 a { background-color: #3AD48D; }

 a { background-color: rgb(58,212,141); }

 div.DivClassName
 {
   background-color: #3AD48D;
 }
 .BgClassName
 {
   background-color: #3AD48D;
 }
</style>
border-color css

<style>
 span { border-color: #3AD48D; }

 span { border-color: rgb(58,212,141); }

 td.TdClassName
 {
   border-color: #3AD48D;
 }
 .TagClassName
 {
   border-color: #3AD48D;
 }
</style>