Html Css Color HEX #138975 Elf Green

📋 copy color: '#138975'

red 19 ◦ green 137 ◦ blue 117

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

Shades of Elf Green #138975

Tints of Elf Green #138975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.86%

R = 6.96%
G = 50.18%
B = 42.86%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#138975 (or 0x138975) is known color: Elf Green. HEX triplet: 13, 89 and 75. RGB value is (19,137,117). Sum of RGB (Red+Green+Blue) = 19+137+117=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 137 (53.91% from 255 or 50.18% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 137 - color contains mainly: green. Hex color #138975 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138975 is #EC768A. Grayscale: #636363. Windows color (decimal): -15496843 or 7702803. OLE color: 7702803.

HSL color Cylindrical-coordinate representation of color #138975: hue angle of 169.83º 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 #138975 is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 137 117 -
CMYK 0.86 0 0.15 0.46
HSL 169.83º 0.76% 0.31% -
HSV(B) 169.83º 0.86% 0.54% -
XYZ 12.43 19.31 19.9 -
YUV 99.44 137.91 70.63 -
System Red Green Blue C M Y K H S L
Decimal 19 137 117 0.86 0 0.15 0.46 169.83 0.76 0.31
Hex 13 89 75 56 0 F 2E AA 4C 1F
Octal 23 211 165 126 0 17 56 252 114 37
Binary 10011 10001001 1110101 1010110 0 1111 101110 10101010 1001100 11111

Color Harmonies of #138975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138975

Black with #138975

Text Example


Text Example

White with #138975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138975; }

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

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

background-color css

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

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

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

border-color css

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

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

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