Html Css Color HEX #138C65 Elf Green

📋 copy color: '#138C65'

red 19 ◦ green 140 ◦ blue 101

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

Shades of Elf Green #138C65

Tints of Elf Green #138C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.85%

R = 7.31%
G = 53.85%
B = 38.85%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#138C65 (or 0x138C65) is known color: Elf Green. HEX triplet: 13, 8C and 65. RGB value is (19,140,101). Sum of RGB (Red+Green+Blue) = 19+140+101=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 140 (55.08% from 255 or 53.85% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 140 - color contains mainly: green. Hex color #138C65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138C65 is #EC739A. Grayscale: #636363. Windows color (decimal): -15496091 or 6654995. OLE color: 6654995.

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

Color convert

RGB 19 140 101 -
CMYK 0.86 0 0.28 0.45
HSL 160.66º 0.76% 0.31% -
HSV(B) 160.66º 0.86% 0.55% -
XYZ 12 19.83 15.51 -
YUV 99.38 128.91 70.67 -
System Red Green Blue C M Y K H S L
Decimal 19 140 101 0.86 0 0.28 0.45 160.66 0.76 0.31
Hex 13 8C 65 56 0 1C 2D A1 4C 1F
Octal 23 214 145 126 0 34 55 241 114 37
Binary 10011 10001100 1100101 1010110 0 11100 101101 10100001 1001100 11111

Color Harmonies of #138C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138C65

Black with #138C65

Text Example


Text Example

White with #138C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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