Html Css Color HEX #138E70 Elf Green

📋 copy color: '#138E70'

red 19 ◦ green 142 ◦ blue 112

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

Shades of Elf Green #138E70

Tints of Elf Green #138E70

RGB

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

 GREEN value IS 142 (55.86% from 255) = 52.01%

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

R = 6.96%
G = 52.01%
B = 41.03%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#138E70 (or 0x138E70) is known color: Elf Green. HEX triplet: 13, 8E and 70. RGB value is (19,142,112). Sum of RGB (Red+Green+Blue) = 19+142+112=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 142 (55.86% from 255 or 52.01% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 142 - color contains mainly: green. Hex color #138E70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138E70 is #EC718F. Grayscale: #656565. Windows color (decimal): -15495568 or 7376403. OLE color: 7376403.

HSL color Cylindrical-coordinate representation of color #138E70: hue angle of 165.37º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138E70 is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 142 112 -
CMYK 0.87 0 0.21 0.44
HSL 165.37º 0.76% 0.32% -
HSV(B) 165.37º 0.87% 0.56% -
XYZ 12.87 20.65 18.64 -
YUV 101.8 133.75 68.94 -
System Red Green Blue C M Y K H S L
Decimal 19 142 112 0.87 0 0.21 0.44 165.37 0.76 0.32
Hex 13 8E 70 57 0 15 2C A5 4C 20
Octal 23 216 160 127 0 25 54 245 114 40
Binary 10011 10001110 1110000 1010111 0 10101 101100 10100101 1001100 100000

Color Harmonies of #138E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138E70

Black with #138E70

Text Example


Text Example

White with #138E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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