Html Css Color HEX #138C6C Elf Green

📋 copy color: '#138C6C'

red 19 ◦ green 140 ◦ blue 108

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

Shades of Elf Green #138C6C

Tints of Elf Green #138C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 40.45%

R = 7.12%
G = 52.43%
B = 40.45%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#138C6C (or 0x138C6C) is known color: Elf Green. HEX triplet: 13, 8C and 6C. RGB value is (19,140,108). Sum of RGB (Red+Green+Blue) = 19+140+108=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 140 (55.08% from 255 or 52.43% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 140 - color contains mainly: green. Hex color #138C6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138C6C is #EC7393. Grayscale: #646464. Windows color (decimal): -15496084 or 7113747. OLE color: 7113747.

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

Color convert

RGB 19 140 108 -
CMYK 0.86 0 0.23 0.45
HSL 164.13º 0.76% 0.31% -
HSV(B) 164.13º 0.86% 0.55% -
XYZ 12.35 19.98 17.39 -
YUV 100.17 132.41 70.1 -
System Red Green Blue C M Y K H S L
Decimal 19 140 108 0.86 0 0.23 0.45 164.13 0.76 0.31
Hex 13 8C 6C 56 0 17 2D A4 4C 1F
Octal 23 214 154 126 0 27 55 244 114 37
Binary 10011 10001100 1101100 1010110 0 10111 101101 10100100 1001100 11111

Color Harmonies of #138C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138C6C

Black with #138C6C

Text Example


Text Example

White with #138C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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