#1E994A

Color #1E994A Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #1E994A

Tints of Sea Green #1E994A

Color information

#1E994A (or 0x1E994A) is unknown color: approx Sea Green. HEX triplet: 1E, 99 and 4A. RGB value is (30,153,74). Sum of RGB (Red+Green+Blue) = 30+153+74=257 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.67% from 257); Green value is 153 (60.16% from 255 or 59.53% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 153 - color contains mainly: green. Hex color #1E994A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E994A is #E166B5. Grayscale: #6B6B6B. Windows color (decimal): -14771894 or 4888862. OLE color: 4888862.

HSL color Cylindrical-coordinate representation of color #1E994A: hue angle of 141.46º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E994A is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB3015374-
CMYK0.8000.520.4
HSL141.46º67.21%35.88%-
HSV(B)141.46º80.39%60%-
XYZ13.1623.5510.33-
YUV107.22109.2572.92-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.67%
GREEN value IS 153 (60.16% from 255) = 59.53%
BLUE value IS 74 (29.30% from 255) = 28.79%
R=11.67%
G=59.53%
B=28.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal30153740.8000.520.4141.4667.2135.88
Hex1E994A50034288d4324
Octal362311121200645021510344
Binary1111010011001100101010100000110100101000100011011000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E994A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E994A; }

 p { color: rgb(30,153,74); }

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

<style>
 a { background-color: #1E994A; }

 a { background-color: rgb(30,153,74); }

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

<style>
 span { border-color: #1E994A; }

 span { border-color: rgb(30,153,74); }

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