Html Css Color HEX #138E5D Elf Green

📋 copy color: '#138E5D'

red 19 ◦ green 142 ◦ blue 93

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

Shades of Elf Green #138E5D

Tints of Elf Green #138E5D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 55.91%

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

R = 7.48%
G = 55.91%
B = 36.61%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#138E5D (or 0x138E5D) is known color: Elf Green. HEX triplet: 13, 8E and 5D. RGB value is (19,142,93). Sum of RGB (Red+Green+Blue) = 19+142+93=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 142 (55.86% from 255 or 55.91% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 142 - color contains mainly: green. Hex color #138E5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138E5D is #EC71A2. Grayscale: #636363. Windows color (decimal): -15495587 or 6131219. OLE color: 6131219.

HSL color Cylindrical-coordinate representation of color #138E5D: hue angle of 156.1º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138E5D is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 142 93 -
CMYK 0.87 0 0.35 0.44
HSL 156.1º 0.76% 0.32% -
HSV(B) 156.1º 0.87% 0.56% -
XYZ 11.92 20.27 13.64 -
YUV 99.64 124.25 70.48 -
System Red Green Blue C M Y K H S L
Decimal 19 142 93 0.87 0 0.35 0.44 156.1 0.76 0.32
Hex 13 8E 5D 57 0 23 2C 9C 4C 20
Octal 23 216 135 127 0 43 54 234 114 40
Binary 10011 10001110 1011101 1010111 0 100011 101100 10011100 1001100 100000

Color Harmonies of #138E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138E5D

Black with #138E5D

Text Example


Text Example

White with #138E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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