Html Css Color HEX #138978 Elf Green

📋 copy color: '#138978'

red 19 ◦ green 137 ◦ blue 120

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

Shades of Elf Green #138978

Tints of Elf Green #138978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.48%

R = 6.88%
G = 49.64%
B = 43.48%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#138978 (or 0x138978) is known color: Elf Green. HEX triplet: 13, 89 and 78. RGB value is (19,137,120). Sum of RGB (Red+Green+Blue) = 19+137+120=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #138978 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138978 is #EC7687. Grayscale: #636363. Windows color (decimal): -15496840 or 7899411. OLE color: 7899411.

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

Color convert

RGB 19 137 120 -
CMYK 0.86 0 0.12 0.46
HSL 171.36º 0.76% 0.31% -
HSV(B) 171.36º 0.86% 0.54% -
XYZ 12.6 19.39 20.85 -
YUV 99.78 139.41 70.38 -
System Red Green Blue C M Y K H S L
Decimal 19 137 120 0.86 0 0.12 0.46 171.36 0.76 0.31
Hex 13 89 78 56 0 C 2E AB 4C 1F
Octal 23 211 170 126 0 14 56 253 114 37
Binary 10011 10001001 1111000 1010110 0 1100 101110 10101011 1001100 11111

Color Harmonies of #138978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138978

Black with #138978

Text Example


Text Example

White with #138978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138978; }

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

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

background-color css

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

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

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

border-color css

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

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

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