#3AE385

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

Shades of Shamrock #3AE385

Tints of Shamrock #3AE385

Color information

#3AE385 (or 0x3AE385) is unknown color: approx Shamrock. HEX triplet: 3A, E3 and 85. RGB value is (58,227,133). Sum of RGB (Red+Green+Blue) = 58+227+133=418 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.88% from 418); Green value is 227 (89.06% from 255 or 54.31% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 227 - color contains mainly: green. Hex color #3AE385 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AE385 is #C51C7A. Grayscale: #A5A5A5. Windows color (decimal): -12917883 or 8774458. OLE color: 8774458.

HSL color Cylindrical-coordinate representation of color #3AE385: hue angle of 146.63º degrees, saturation: 0.75, 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 #3AE385 is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB58227133-
CMYK0.7400.410.11
HSL146.63º75.11%55.88%-
HSV(B)146.63º74.45%89.02%-
XYZ33.4557.5331.53-
YUV165.75109.5151.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.88%
GREEN value IS 227 (89.06% from 255) = 54.31%
BLUE value IS 133 (52.34% from 255) = 31.82%
R=13.88%
G=54.31%
B=31.82%

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
Decimal582271330.7400.410.11146.6375.1155.88
Hex3AE3854A029B934b38
Octal723432051120511322311370
Binary1110101110001110000101100101001010011011100100111001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,227,133); }

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

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

 a { background-color: rgb(58,227,133); }

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

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

 span { border-color: rgb(58,227,133); }

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