Html Css Color HEX #138C5D Elf Green

📋 copy color: '#138C5D'

red 19 ◦ green 140 ◦ blue 93

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

Shades of Elf Green #138C5D

Tints of Elf Green #138C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.9%

R = 7.54%
G = 55.56%
B = 36.9%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#138C5D (or 0x138C5D) is known color: Elf Green. HEX triplet: 13, 8C and 5D. RGB value is (19,140,93). Sum of RGB (Red+Green+Blue) = 19+140+93=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 140 (55.08% from 255 or 55.56% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 140 - color contains mainly: green. Hex color #138C5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138C5D is #EC73A2. Grayscale: #626262. Windows color (decimal): -15496099 or 6130707. OLE color: 6130707.

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

Color convert

RGB 19 140 93 -
CMYK 0.86 0 0.34 0.45
HSL 156.69º 0.76% 0.31% -
HSV(B) 156.69º 0.86% 0.55% -
XYZ 11.62 19.68 13.54 -
YUV 98.46 124.91 71.32 -
System Red Green Blue C M Y K H S L
Decimal 19 140 93 0.86 0 0.34 0.45 156.69 0.76 0.31
Hex 13 8C 5D 56 0 22 2D 9D 4C 1F
Octal 23 214 135 126 0 42 55 235 114 37
Binary 10011 10001100 1011101 1010110 0 100010 101101 10011101 1001100 11111

Color Harmonies of #138C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138C5D

Black with #138C5D

Text Example


Text Example

White with #138C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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