#3AE286

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

Shades of Shamrock #3AE286

Tints of Shamrock #3AE286

Color information

#3AE286 (or 0x3AE286) is unknown color: approx Shamrock. HEX triplet: 3A, E2 and 86. RGB value is (58,226,134). Sum of RGB (Red+Green+Blue) = 58+226+134=418 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.88% from 418); Green value is 226 (88.67% from 255 or 54.07% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 226 - color contains mainly: green. Hex color #3AE286 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AE286 is #C51D79. Grayscale: #A5A5A5. Windows color (decimal): -12918138 or 8839738. OLE color: 8839738.

HSL color Cylindrical-coordinate representation of color #3AE286: hue angle of 147.14º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AE286 is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB58226134-
CMYK0.7400.410.11
HSL147.14º74.34%55.69%-
HSV(B)147.14º74.34%88.63%-
XYZ33.2457.0131.81-
YUV165.28110.3451.48-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.88%
GREEN value IS 226 (88.67% from 255) = 54.07%
BLUE value IS 134 (52.73% from 255) = 32.06%
R=13.88%
G=54.07%
B=32.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal582261340.7400.410.11147.1474.3455.69
Hex3AE2864A029B934a38
Octal723422061120511322311270
Binary1110101110001010000110100101001010011011100100111001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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