Html Css Color HEX #138D79 Elf Green

📋 copy color: '#138D79'

red 19 ◦ green 141 ◦ blue 121

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

Shades of Elf Green #138D79

Tints of Elf Green #138D79

RGB

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

 GREEN value IS 141 (55.47% from 255) = 50.18%

 BLUE value IS 121 (47.66% from 255) = 43.06%

R = 6.76%
G = 50.18%
B = 43.06%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#138D79 (or 0x138D79) is known color: Elf Green. HEX triplet: 13, 8D and 79. RGB value is (19,141,121). Sum of RGB (Red+Green+Blue) = 19+141+121=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 141 (55.47% from 255 or 50.18% from 281); Blue value is 121 (47.66% from 255 or 43.06% from 281); Max value from RGB is 141 - color contains mainly: green. Hex color #138D79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138D79 is #EC7286. Grayscale: #666666. Windows color (decimal): -15495815 or 7965971. OLE color: 7965971.

HSL color Cylindrical-coordinate representation of color #138D79: hue angle of 170.16º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138D79 is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 141 121 -
CMYK 0.87 0 0.14 0.45
HSL 170.16º 0.76% 0.31% -
HSV(B) 170.16º 0.87% 0.55% -
XYZ 13.24 20.57 21.36 -
YUV 102.24 138.58 68.63 -
System Red Green Blue C M Y K H S L
Decimal 19 141 121 0.87 0 0.14 0.45 170.16 0.76 0.31
Hex 13 8D 79 57 0 E 2D AA 4C 1F
Octal 23 215 171 127 0 16 55 252 114 37
Binary 10011 10001101 1111001 1010111 0 1110 101101 10101010 1001100 11111

Color Harmonies of #138D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138D79

Black with #138D79

Text Example


Text Example

White with #138D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138D79; }

 p { color: rgb(19,141,121); }

 H1.HeaderClassName
 {
   color: #138D79;
 }
 .AnyTagClassName
 {
   color: #138D79;
 }
</style>

background-color css

<style>
 a { background-color: #138D79; }

 a { background-color: rgb(19,141,121); }

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

border-color css

<style>
 span { border-color: #138D79; }

 span { border-color: rgb(19,141,121); }

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