Html Css Color HEX #0E936C Elf Green

📋 copy color: '#0E936C'

red 14 ◦ green 147 ◦ blue 108

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

Shades of Elf Green #0E936C

Tints of Elf Green #0E936C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 54.65%

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

R = 5.2%
G = 54.65%
B = 40.15%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#0E936C (or 0x0E936C) is known color: Elf Green. HEX triplet: 0E, 93 and 6C. RGB value is (14,147,108). Sum of RGB (Red+Green+Blue) = 14+147+108=269 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.20% from 269); Green value is 147 (57.81% from 255 or 54.65% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 147 - color contains mainly: green. Hex color #0E936C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E936C is #F16C93. Grayscale: #666666. Windows color (decimal): -15821972 or 7115534. OLE color: 7115534.

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

Color convert

RGB 14 147 108 -
CMYK 0.90 0 0.27 0.42
HSL 162.41º 0.83% 0.32% -
HSV(B) 162.41º 0.9% 0.58% -
XYZ 13.32 22.04 17.74 -
YUV 102.79 130.94 64.67 -
System Red Green Blue C M Y K H S L
Decimal 14 147 108 0.90 0 0.27 0.42 162.41 0.83 0.32
Hex E 93 6C 5A 0 1B 2A A2 53 20
Octal 16 223 154 132 0 33 52 242 123 40
Binary 1110 10010011 1101100 1011010 0 11011 101010 10100010 1010011 100000

Color Harmonies of #0E936C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E936C

Black with #0E936C

Text Example


Text Example

White with #0E936C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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