Html Css Color HEX #139A68 Elf Green

📋 copy color: '#139A68'

red 19 ◦ green 154 ◦ blue 104

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

Shades of Elf Green #139A68

Tints of Elf Green #139A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.55%

R = 6.86%
G = 55.6%
B = 37.55%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#139A68 (or 0x139A68) is known color: Elf Green. HEX triplet: 13, 9A and 68. RGB value is (19,154,104). Sum of RGB (Red+Green+Blue) = 19+154+104=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 154 (60.55% from 255 or 55.60% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 154 - color contains mainly: green. Hex color #139A68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139A68 is #EC6597. Grayscale: #6C6C6C. Windows color (decimal): -15492504 or 6855187. OLE color: 6855187.

HSL color Cylindrical-coordinate representation of color #139A68: hue angle of 157.78º 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 #139A68 is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 19 154 104 -
CMYK 0.88 0 0.32 0.40
HSL 157.78º 0.78% 0.34% -
HSV(B) 157.78º 0.88% 0.6% -
XYZ 14.32 24.25 17.02 -
YUV 107.94 125.77 64.57 -
System Red Green Blue C M Y K H S L
Decimal 19 154 104 0.88 0 0.32 0.40 157.78 0.78 0.34
Hex 13 9A 68 58 0 20 28 9E 4E 22
Octal 23 232 150 130 0 40 50 236 116 42
Binary 10011 10011010 1101000 1011000 0 100000 101000 10011110 1001110 100010

Color Harmonies of #139A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139A68

Black with #139A68

Text Example


Text Example

White with #139A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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