Html Css Color HEX #138D70 Elf Green

📋 copy color: '#138D70'

red 19 ◦ green 141 ◦ blue 112

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

Shades of Elf Green #138D70

Tints of Elf Green #138D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.18%

R = 6.99%
G = 51.84%
B = 41.18%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#138D70 (or 0x138D70) is known color: Elf Green. HEX triplet: 13, 8D and 70. RGB value is (19,141,112). Sum of RGB (Red+Green+Blue) = 19+141+112=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 141 (55.47% from 255 or 51.84% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 141 - color contains mainly: green. Hex color #138D70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138D70 is #EC728F. Grayscale: #656565. Windows color (decimal): -15495824 or 7376147. OLE color: 7376147.

HSL color Cylindrical-coordinate representation of color #138D70: hue angle of 165.74º 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 #138D70 is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 141 112 -
CMYK 0.87 0 0.21 0.45
HSL 165.74º 0.76% 0.31% -
HSV(B) 165.74º 0.87% 0.55% -
XYZ 12.72 20.36 18.59 -
YUV 101.22 134.08 69.36 -
System Red Green Blue C M Y K H S L
Decimal 19 141 112 0.87 0 0.21 0.45 165.74 0.76 0.31
Hex 13 8D 70 57 0 15 2D A6 4C 1F
Octal 23 215 160 127 0 25 55 246 114 37
Binary 10011 10001101 1110000 1010111 0 10101 101101 10100110 1001100 11111

Color Harmonies of #138D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138D70

Black with #138D70

Text Example


Text Example

White with #138D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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