Html Css Color HEX #138D63 Elf Green

📋 copy color: '#138D63'

red 19 ◦ green 141 ◦ blue 99

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

Shades of Elf Green #138D63

Tints of Elf Green #138D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 38.22%

R = 7.34%
G = 54.44%
B = 38.22%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#138D63 (or 0x138D63) is known color: Elf Green. HEX triplet: 13, 8D and 63. RGB value is (19,141,99). Sum of RGB (Red+Green+Blue) = 19+141+99=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 141 (55.47% from 255 or 54.44% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 141 - color contains mainly: green. Hex color #138D63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138D63 is #EC729C. Grayscale: #636363. Windows color (decimal): -15495837 or 6524179. OLE color: 6524179.

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

Color convert

RGB 19 141 99 -
CMYK 0.87 0 0.30 0.45
HSL 159.34º 0.76% 0.31% -
HSV(B) 159.34º 0.87% 0.55% -
XYZ 12.05 20.09 15.05 -
YUV 99.73 127.58 70.42 -
System Red Green Blue C M Y K H S L
Decimal 19 141 99 0.87 0 0.30 0.45 159.34 0.76 0.31
Hex 13 8D 63 57 0 1E 2D 9F 4C 1F
Octal 23 215 143 127 0 36 55 237 114 37
Binary 10011 10001101 1100011 1010111 0 11110 101101 10011111 1001100 11111

Color Harmonies of #138D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138D63

Black with #138D63

Text Example


Text Example

White with #138D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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