#3AE98C

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

Shades of Shamrock #3AE98C

Tints of Shamrock #3AE98C

Color information

#3AE98C (or 0x3AE98C) is unknown color: approx Shamrock. HEX triplet: 3A, E9 and 8C. RGB value is (58,233,140). Sum of RGB (Red+Green+Blue) = 58+233+140=431 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.46% from 431); Green value is 233 (91.41% from 255 or 54.06% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 233 - color contains mainly: green. Hex color #3AE98C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AE98C is #C51673. Grayscale: #AAAAAA. Windows color (decimal): -12916340 or 9234746. OLE color: 9234746.

HSL color Cylindrical-coordinate representation of color #3AE98C: hue angle of 148.11º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AE98C is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB58233140-
CMYK0.7500.400.09
HSL148.11º79.91%57.06%-
HSV(B)148.11º75.11%91.37%-
XYZ35.6261.0734.72-
YUV170.07111.0248.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.46%
GREEN value IS 233 (91.41% from 255) = 54.06%
BLUE value IS 140 (55.08% from 255) = 32.48%
R=13.46%
G=54.06%
B=32.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal582331400.7500.400.09148.1179.9157.06
Hex3AE98C4B0289945039
Octal723512141130501122412071
Binary1110101110100110001100100101101010001001100101001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,233,140); }

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

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

 a { background-color: rgb(58,233,140); }

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

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

 span { border-color: rgb(58,233,140); }

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