Html Css Color HEX #138A78 Elf Green

📋 copy color: '#138A78'

red 19 ◦ green 138 ◦ blue 120

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

Shades of Elf Green #138A78

Tints of Elf Green #138A78

RGB

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

 GREEN value IS 138 (54.3% from 255) = 49.82%

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

R = 6.86%
G = 49.82%
B = 43.32%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#138A78 (or 0x138A78) is known color: Elf Green. HEX triplet: 13, 8A and 78. RGB value is (19,138,120). Sum of RGB (Red+Green+Blue) = 19+138+120=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 138 (54.30% from 255 or 49.82% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 138 - color contains mainly: green. Hex color #138A78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138A78 is #EC7587. Grayscale: #646464. Windows color (decimal): -15496584 or 7899667. OLE color: 7899667.

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

Color convert

RGB 19 138 120 -
CMYK 0.86 0 0.13 0.46
HSL 170.92º 0.76% 0.31% -
HSV(B) 170.92º 0.86% 0.54% -
XYZ 12.75 19.67 20.89 -
YUV 100.37 139.08 69.96 -
System Red Green Blue C M Y K H S L
Decimal 19 138 120 0.86 0 0.13 0.46 170.92 0.76 0.31
Hex 13 8A 78 56 0 D 2E AB 4C 1F
Octal 23 212 170 126 0 15 56 253 114 37
Binary 10011 10001010 1111000 1010110 0 1101 101110 10101011 1001100 11111

Color Harmonies of #138A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138A78

Black with #138A78

Text Example


Text Example

White with #138A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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