Html Css Color HEX #1E997C Elf Green

📋 copy color: '#1E997C'

red 30 ◦ green 153 ◦ blue 124

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

Shades of Elf Green #1E997C

Tints of Elf Green #1E997C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.84%

 BLUE value IS 124 (48.83% from 255) = 40.39%

R = 9.77%
G = 49.84%
B = 40.39%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#1E997C (or 0x1E997C) is known color: Elf Green. HEX triplet: 1E, 99 and 7C. RGB value is (30,153,124). Sum of RGB (Red+Green+Blue) = 30+153+124=307 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.77% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #1E997C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E997C is #E16683. Grayscale: #707070. Windows color (decimal): -14771844 or 8165662. OLE color: 8165662.

HSL color Cylindrical-coordinate representation of color #1E997C: hue angle of 165.85º 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 #1E997C is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 30 153 124 -
CMYK 0.80 0 0.19 0.4
HSL 165.85º 0.67% 0.36% -
HSV(B) 165.85º 0.8% 0.6% -
XYZ 15.56 24.51 22.98 -
YUV 112.92 134.25 68.86 -
System Red Green Blue C M Y K H S L
Decimal 30 153 124 0.80 0 0.19 0.4 165.85 0.67 0.36
Hex 1E 99 7C 50 0 13 28 A6 43 24
Octal 36 231 174 120 0 23 50 246 103 44
Binary 11110 10011001 1111100 1010000 0 10011 101000 10100110 1000011 100100

Color Harmonies of #1E997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E997C

Black with #1E997C

Text Example


Text Example

White with #1E997C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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