Html Css Color HEX #138C64 Elf Green

📋 copy color: '#138C64'

red 19 ◦ green 140 ◦ blue 100

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

Shades of Elf Green #138C64

Tints of Elf Green #138C64

RGB

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

 GREEN value IS 140 (55.08% from 255) = 54.05%

 BLUE value IS 100 (39.45% from 255) = 38.61%

R = 7.34%
G = 54.05%
B = 38.61%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#138C64 (or 0x138C64) is known color: Elf Green. HEX triplet: 13, 8C and 64. RGB value is (19,140,100). Sum of RGB (Red+Green+Blue) = 19+140+100=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 140 (55.08% from 255 or 54.05% from 259); Blue value is 100 (39.45% from 255 or 38.61% from 259); Max value from RGB is 140 - color contains mainly: green. Hex color #138C64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138C64 is #EC739B. Grayscale: #636363. Windows color (decimal): -15496092 or 6589459. OLE color: 6589459.

HSL color Cylindrical-coordinate representation of color #138C64: hue angle of 160.17º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138C64 is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 140 100 -
CMYK 0.86 0 0.29 0.45
HSL 160.17º 0.76% 0.31% -
HSV(B) 160.17º 0.86% 0.55% -
XYZ 11.95 19.81 15.25 -
YUV 99.26 128.41 70.75 -
System Red Green Blue C M Y K H S L
Decimal 19 140 100 0.86 0 0.29 0.45 160.17 0.76 0.31
Hex 13 8C 64 56 0 1D 2D A0 4C 1F
Octal 23 214 144 126 0 35 55 240 114 37
Binary 10011 10001100 1100100 1010110 0 11101 101101 10100000 1001100 11111

Color Harmonies of #138C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138C64

Black with #138C64

Text Example


Text Example

White with #138C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,140,100); }

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

background-color css

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

 a { background-color: rgb(19,140,100); }

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

border-color css

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

 span { border-color: rgb(19,140,100); }

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