Html Css Color HEX #138C77 Elf Green

📋 copy color: '#138C77'

red 19 ◦ green 140 ◦ blue 119

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

Shades of Elf Green #138C77

Tints of Elf Green #138C77

RGB

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

 GREEN value IS 140 (55.08% from 255) = 50.36%

 BLUE value IS 119 (46.88% from 255) = 42.81%

R = 6.83%
G = 50.36%
B = 42.81%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#138C77 (or 0x138C77) is known color: Elf Green. HEX triplet: 13, 8C and 77. RGB value is (19,140,119). Sum of RGB (Red+Green+Blue) = 19+140+119=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 140 (55.08% from 255 or 50.36% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 140 - color contains mainly: green. Hex color #138C77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138C77 is #EC7388. Grayscale: #656565. Windows color (decimal): -15496073 or 7834643. OLE color: 7834643.

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

Color convert

RGB 19 140 119 -
CMYK 0.86 0 0.15 0.45
HSL 169.59º 0.76% 0.31% -
HSV(B) 169.59º 0.86% 0.55% -
XYZ 12.98 20.23 20.67 -
YUV 101.43 137.91 69.21 -
System Red Green Blue C M Y K H S L
Decimal 19 140 119 0.86 0 0.15 0.45 169.59 0.76 0.31
Hex 13 8C 77 56 0 F 2D AA 4C 1F
Octal 23 214 167 126 0 17 55 252 114 37
Binary 10011 10001100 1110111 1010110 0 1111 101101 10101010 1001100 11111

Color Harmonies of #138C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138C77

Black with #138C77

Text Example


Text Example

White with #138C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,140,119); }

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

background-color css

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

 a { background-color: rgb(19,140,119); }

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

border-color css

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

 span { border-color: rgb(19,140,119); }

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