Html Css Color HEX #138E5C Elf Green

📋 copy color: '#138E5C'

red 19 ◦ green 142 ◦ blue 92

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

Shades of Elf Green #138E5C

Tints of Elf Green #138E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.36%

R = 7.51%
G = 56.13%
B = 36.36%

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

#138E5C (or 0x138E5C) is known color: Elf Green. HEX triplet: 13, 8E and 5C. RGB value is (19,142,92). Sum of RGB (Red+Green+Blue) = 19+142+92=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 142 (55.86% from 255 or 56.13% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 142 - color contains mainly: green. Hex color #138E5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138E5C is #EC71A3. Grayscale: #636363. Windows color (decimal): -15495588 or 6065683. OLE color: 6065683.

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

Color convert

RGB 19 142 92 -
CMYK 0.87 0 0.35 0.44
HSL 155.61º 0.76% 0.32% -
HSV(B) 155.61º 0.87% 0.56% -
XYZ 11.87 20.26 13.41 -
YUV 99.52 123.75 70.57 -
System Red Green Blue C M Y K H S L
Decimal 19 142 92 0.87 0 0.35 0.44 155.61 0.76 0.32
Hex 13 8E 5C 57 0 23 2C 9C 4C 20
Octal 23 216 134 127 0 43 54 234 114 40
Binary 10011 10001110 1011100 1010111 0 100011 101100 10011100 1001100 100000

Color Harmonies of #138E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138E5C

Black with #138E5C

Text Example


Text Example

White with #138E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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