Html Css Color HEX #0E946A Elf Green

📋 copy color: '#0E946A'

red 14 ◦ green 148 ◦ blue 106

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

Shades of Elf Green #0E946A

Tints of Elf Green #0E946A

RGB

 RED value IS 14 (5.86% from 255) = 5.22%

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

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

R = 5.22%
G = 55.22%
B = 39.55%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#0E946A (or 0x0E946A) is known color: Elf Green. HEX triplet: 0E, 94 and 6A. RGB value is (14,148,106). Sum of RGB (Red+Green+Blue) = 14+148+106=268 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.22% from 268); Green value is 148 (58.20% from 255 or 55.22% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 148 - color contains mainly: green. Hex color #0E946A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E946A is #F16B95. Grayscale: #676767. Windows color (decimal): -15821718 or 6984718. OLE color: 6984718.

HSL color Cylindrical-coordinate representation of color #0E946A: hue angle of 161.19º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E946A is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 14 148 106 -
CMYK 0.91 0 0.28 0.42
HSL 161.19º 0.83% 0.32% -
HSV(B) 161.19º 0.91% 0.58% -
XYZ 13.37 22.31 17.24 -
YUV 103.15 129.61 64.42 -
System Red Green Blue C M Y K H S L
Decimal 14 148 106 0.91 0 0.28 0.42 161.19 0.83 0.32
Hex E 94 6A 5B 0 1C 2A A1 53 20
Octal 16 224 152 133 0 34 52 241 123 40
Binary 1110 10010100 1101010 1011011 0 11100 101010 10100001 1010011 100000

Color Harmonies of #0E946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E946A

Black with #0E946A

Text Example


Text Example

White with #0E946A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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