Html Css Color HEX #0E946C Elf Green

📋 copy color: '#0E946C'

red 14 ◦ green 148 ◦ blue 108

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

Shades of Elf Green #0E946C

Tints of Elf Green #0E946C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 40%

R = 5.19%
G = 54.81%
B = 40%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#0E946C (or 0x0E946C) is known color: Elf Green. HEX triplet: 0E, 94 and 6C. RGB value is (14,148,108). Sum of RGB (Red+Green+Blue) = 14+148+108=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #0E946C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E946C is #F16B93. Grayscale: #676767. Windows color (decimal): -15821716 or 7115790. OLE color: 7115790.

HSL color Cylindrical-coordinate representation of color #0E946C: hue angle of 162.09º 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 #0E946C is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 14 148 108 -
CMYK 0.91 0 0.27 0.42
HSL 162.09º 0.83% 0.32% -
HSV(B) 162.09º 0.91% 0.58% -
XYZ 13.48 22.36 17.79 -
YUV 103.37 130.61 64.25 -
System Red Green Blue C M Y K H S L
Decimal 14 148 108 0.91 0 0.27 0.42 162.09 0.83 0.32
Hex E 94 6C 5B 0 1B 2A A2 53 20
Octal 16 224 154 133 0 33 52 242 123 40
Binary 1110 10010100 1101100 1011011 0 11011 101010 10100010 1010011 100000

Color Harmonies of #0E946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E946C

Black with #0E946C

Text Example


Text Example

White with #0E946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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