Html Css Color HEX #139A6E Elf Green

📋 copy color: '#139A6E'

red 19 ◦ green 154 ◦ blue 110

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

Shades of Elf Green #139A6E

Tints of Elf Green #139A6E

RGB

 RED value IS 19 (7.81% from 255) = 6.71%

 GREEN value IS 154 (60.55% from 255) = 54.42%

 BLUE value IS 110 (43.36% from 255) = 38.87%

R = 6.71%
G = 54.42%
B = 38.87%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#139A6E (or 0x139A6E) is known color: Elf Green. HEX triplet: 13, 9A and 6E. RGB value is (19,154,110). Sum of RGB (Red+Green+Blue) = 19+154+110=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 154 (60.55% from 255 or 54.42% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 154 - color contains mainly: green. Hex color #139A6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139A6E is #EC6591. Grayscale: #6C6C6C. Windows color (decimal): -15492498 or 7248403. OLE color: 7248403.

HSL color Cylindrical-coordinate representation of color #139A6E: hue angle of 160.44º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139A6E is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 19 154 110 -
CMYK 0.88 0 0.29 0.40
HSL 160.44º 0.78% 0.34% -
HSV(B) 160.44º 0.88% 0.6% -
XYZ 14.64 24.38 18.69 -
YUV 108.62 128.77 64.08 -
System Red Green Blue C M Y K H S L
Decimal 19 154 110 0.88 0 0.29 0.40 160.44 0.78 0.34
Hex 13 9A 6E 58 0 1D 28 A0 4E 22
Octal 23 232 156 130 0 35 50 240 116 42
Binary 10011 10011010 1101110 1011000 0 11101 101000 10100000 1001110 100010

Color Harmonies of #139A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139A6E

Black with #139A6E

Text Example


Text Example

White with #139A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139A6E; }

 p { color: rgb(19,154,110); }

 H1.HeaderClassName
 {
   color: #139A6E;
 }
 .AnyTagClassName
 {
   color: #139A6E;
 }
</style>

background-color css

<style>
 a { background-color: #139A6E; }

 a { background-color: rgb(19,154,110); }

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

border-color css

<style>
 span { border-color: #139A6E; }

 span { border-color: rgb(19,154,110); }

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