Html Css Color HEX #1E957E Elf Green

📋 copy color: '#1E957E'

red 30 ◦ green 149 ◦ blue 126

#1E957E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #1E957E

Tints of Elf Green #1E957E

RGB

 RED value IS 30 (12.11% from 255) = 9.84%

 GREEN value IS 149 (58.59% from 255) = 48.85%

 BLUE value IS 126 (49.61% from 255) = 41.31%

R = 9.84%
G = 48.85%
B = 41.31%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#1E957E (or 0x1E957E) is known color: Elf Green. HEX triplet: 1E, 95 and 7E. RGB value is (30,149,126). Sum of RGB (Red+Green+Blue) = 30+149+126=305 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.84% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 126 (49.61% from 255 or 41.31% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #1E957E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E957E is #E16A81. Grayscale: #6E6E6E. Windows color (decimal): -14772866 or 8295710. OLE color: 8295710.

HSL color Cylindrical-coordinate representation of color #1E957E: hue angle of 168.4º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E957E is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 30 149 126 -
CMYK 0.80 0 0.15 0.42
HSL 168.4º 0.66% 0.35% -
HSV(B) 168.4º 0.8% 0.58% -
XYZ 15.05 23.28 23.44 -
YUV 110.8 136.58 70.37 -
System Red Green Blue C M Y K H S L
Decimal 30 149 126 0.80 0 0.15 0.42 168.4 0.66 0.35
Hex 1E 95 7E 50 0 F 2A A8 42 23
Octal 36 225 176 120 0 17 52 250 102 43
Binary 11110 10010101 1111110 1010000 0 1111 101010 10101000 1000010 100011

Color Harmonies of #1E957E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E957E

Black with #1E957E

Text Example


Text Example

White with #1E957E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,149,126); }

 H1.HeaderClassName
 {
   color: #1E957E;
 }
 .AnyTagClassName
 {
   color: #1E957E;
 }
</style>

background-color css

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

 a { background-color: rgb(30,149,126); }

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

border-color css

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

 span { border-color: rgb(30,149,126); }

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