Html Css Color HEX #1E946A Elf Green

📋 copy color: '#1E946A'

red 30 ◦ green 148 ◦ blue 106

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

Shades of Elf Green #1E946A

Tints of Elf Green #1E946A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.11%

 BLUE value IS 106 (41.8% from 255) = 37.32%

R = 10.56%
G = 52.11%
B = 37.32%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#1E946A (or 0x1E946A) is known color: Elf Green. HEX triplet: 1E, 94 and 6A. RGB value is (30,148,106). Sum of RGB (Red+Green+Blue) = 30+148+106=284 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.56% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #1E946A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E946A is #E16B95. Grayscale: #6B6B6B. Windows color (decimal): -14773142 or 6984734. OLE color: 6984734.

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

Color convert

RGB 30 148 106 -
CMYK 0.80 0 0.28 0.42
HSL 158.64º 0.66% 0.35% -
HSV(B) 158.64º 0.8% 0.58% -
XYZ 13.73 22.5 17.25 -
YUV 107.93 126.91 72.42 -
System Red Green Blue C M Y K H S L
Decimal 30 148 106 0.80 0 0.28 0.42 158.64 0.66 0.35
Hex 1E 94 6A 50 0 1C 2A 9F 42 23
Octal 36 224 152 120 0 34 52 237 102 43
Binary 11110 10010100 1101010 1010000 0 11100 101010 10011111 1000010 100011

Color Harmonies of #1E946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E946A

Black with #1E946A

Text Example


Text Example

White with #1E946A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,148,106); }

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

background-color css

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

 a { background-color: rgb(30,148,106); }

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

border-color css

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

 span { border-color: rgb(30,148,106); }

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