#3AE186

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

Shades of Shamrock #3AE186

Tints of Shamrock #3AE186

Color information

#3AE186 (or 0x3AE186) is unknown color: approx Shamrock. HEX triplet: 3A, E1 and 86. RGB value is (58,225,134). Sum of RGB (Red+Green+Blue) = 58+225+134=417 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.91% from 417); Green value is 225 (88.28% from 255 or 53.96% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 225 - color contains mainly: green. Hex color #3AE186 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AE186 is #C51E79. Grayscale: #A4A4A4. Windows color (decimal): -12918394 or 8839482. OLE color: 8839482.

HSL color Cylindrical-coordinate representation of color #3AE186: hue angle of 147.31º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AE186 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB58225134-
CMYK0.7400.400.12
HSL147.31º73.57%55.49%-
HSV(B)147.31º74.22%88.24%-
XYZ32.9756.4731.72-
YUV164.69110.6751.9-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.91%
GREEN value IS 225 (88.28% from 255) = 53.96%
BLUE value IS 134 (52.73% from 255) = 32.13%
R=13.91%
G=53.96%
B=32.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal582251340.7400.400.12147.3173.5755.49
Hex3AE1864A028C934a37
Octal723412061120501422311267
Binary1110101110000110000110100101001010001100100100111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,225,134); }

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

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

 a { background-color: rgb(58,225,134); }

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

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

 span { border-color: rgb(58,225,134); }

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