#3AD88D

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

Shades of Shamrock #3AD88D

Tints of Shamrock #3AD88D

Color information

#3AD88D (or 0x3AD88D) is unknown color: approx Shamrock. HEX triplet: 3A, D8 and 8D. RGB value is (58,216,141). Sum of RGB (Red+Green+Blue) = 58+216+141=415 (54% of max value = 765). Red value is 58 (23.05% from 255 or 13.98% from 415); Green value is 216 (84.77% from 255 or 52.05% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD88D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD88D is #C52772. Grayscale: #A0A0A0. Windows color (decimal): -12920691 or 9295930. OLE color: 9295930.

HSL color Cylindrical-coordinate representation of color #3AD88D: hue angle of 151.52º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD88D is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB58216141-
CMYK0.7300.350.15
HSL151.52º66.95%53.73%-
HSV(B)151.52º73.15%84.71%-
XYZ31.1151.9333.58-
YUV160.21117.1555.1-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.98%
GREEN value IS 216 (84.77% from 255) = 52.05%
BLUE value IS 141 (55.47% from 255) = 33.98%
R=13.98%
G=52.05%
B=33.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal582161410.7300.350.15151.5266.9553.73
Hex3AD88D49023F984336
Octal723302151110431723010366
Binary1110101101100010001101100100101000111111100110001000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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