Html Css Color HEX #1E9F70 Elf Green

📋 copy color: '#1E9F70'

red 30 ◦ green 159 ◦ blue 112

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

Shades of Elf Green #1E9F70

Tints of Elf Green #1E9F70

RGB

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

 GREEN value IS 159 (62.5% from 255) = 52.82%

 BLUE value IS 112 (44.14% from 255) = 37.21%

R = 9.97%
G = 52.82%
B = 37.21%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#1E9F70 (or 0x1E9F70) is known color: Elf Green. HEX triplet: 1E, 9F and 70. RGB value is (30,159,112). Sum of RGB (Red+Green+Blue) = 30+159+112=301 (39% of max value = 765). Red value is 30 (12.11% from 255 or 9.97% from 301); Green value is 159 (62.5% from 255 or 52.82% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 159 - color contains mainly: green. Hex color #1E9F70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9F70 is #E1608F. Grayscale: #737373. Windows color (decimal): -14770320 or 7380766. OLE color: 7380766.

HSL color Cylindrical-coordinate representation of color #1E9F70: hue angle of 158.14º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E9F70 is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 30 159 112 -
CMYK 0.81 0 0.30 0.38
HSL 158.14º 0.68% 0.37% -
HSV(B) 158.14º 0.81% 0.62% -
XYZ 15.86 26.24 19.56 -
YUV 115.07 126.26 67.32 -
System Red Green Blue C M Y K H S L
Decimal 30 159 112 0.81 0 0.30 0.38 158.14 0.68 0.37
Hex 1E 9F 70 51 0 1E 26 9E 44 25
Octal 36 237 160 121 0 36 46 236 104 45
Binary 11110 10011111 1110000 1010001 0 11110 100110 10011110 1000100 100101

Color Harmonies of #1E9F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E9F70

Black with #1E9F70

Text Example


Text Example

White with #1E9F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,159,112); }

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

background-color css

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

 a { background-color: rgb(30,159,112); }

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

border-color css

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

 span { border-color: rgb(30,159,112); }

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