Html Css Color HEX #138970 Elf Green

📋 copy color: '#138970'

red 19 ◦ green 137 ◦ blue 112

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

Shades of Elf Green #138970

Tints of Elf Green #138970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 51.12%

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

R = 7.09%
G = 51.12%
B = 41.79%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#138970 (or 0x138970) is known color: Elf Green. HEX triplet: 13, 89 and 70. RGB value is (19,137,112). Sum of RGB (Red+Green+Blue) = 19+137+112=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 137 (53.91% from 255 or 51.12% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 137 - color contains mainly: green. Hex color #138970 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138970 is #EC768F. Grayscale: #626262. Windows color (decimal): -15496848 or 7375123. OLE color: 7375123.

HSL color Cylindrical-coordinate representation of color #138970: hue angle of 167.29º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138970 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 137 112 -
CMYK 0.86 0 0.18 0.46
HSL 167.29º 0.76% 0.31% -
HSV(B) 167.29º 0.86% 0.54% -
XYZ 12.14 19.2 18.4 -
YUV 98.87 135.41 71.03 -
System Red Green Blue C M Y K H S L
Decimal 19 137 112 0.86 0 0.18 0.46 167.29 0.76 0.31
Hex 13 89 70 56 0 12 2E A7 4C 1F
Octal 23 211 160 126 0 22 56 247 114 37
Binary 10011 10001001 1110000 1010110 0 10010 101110 10100111 1001100 11111

Color Harmonies of #138970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138970

Black with #138970

Text Example


Text Example

White with #138970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138970; }

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

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

background-color css

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

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

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

border-color css

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

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

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