Html Css Color HEX #138D65 Elf Green

📋 copy color: '#138D65'

red 19 ◦ green 141 ◦ blue 101

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

Shades of Elf Green #138D65

Tints of Elf Green #138D65

RGB

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

 GREEN value IS 141 (55.47% from 255) = 54.02%

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

R = 7.28%
G = 54.02%
B = 38.7%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#138D65 (or 0x138D65) is known color: Elf Green. HEX triplet: 13, 8D and 65. RGB value is (19,141,101). Sum of RGB (Red+Green+Blue) = 19+141+101=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 141 (55.47% from 255 or 54.02% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 141 - color contains mainly: green. Hex color #138D65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138D65 is #EC729A. Grayscale: #646464. Windows color (decimal): -15495835 or 6655251. OLE color: 6655251.

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

Color convert

RGB 19 141 101 -
CMYK 0.87 0 0.28 0.45
HSL 160.33º 0.76% 0.31% -
HSV(B) 160.33º 0.87% 0.55% -
XYZ 12.14 20.13 15.56 -
YUV 99.96 128.58 70.25 -
System Red Green Blue C M Y K H S L
Decimal 19 141 101 0.87 0 0.28 0.45 160.33 0.76 0.31
Hex 13 8D 65 57 0 1C 2D A0 4C 1F
Octal 23 215 145 127 0 34 55 240 114 37
Binary 10011 10001101 1100101 1010111 0 11100 101101 10100000 1001100 11111

Color Harmonies of #138D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138D65

Black with #138D65

Text Example


Text Example

White with #138D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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