Html Css Color HEX #138967 Elf Green

📋 copy color: '#138967'

red 19 ◦ green 137 ◦ blue 103

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

Shades of Elf Green #138967

Tints of Elf Green #138967

RGB

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

 GREEN value IS 137 (53.91% from 255) = 52.9%

 BLUE value IS 103 (40.63% from 255) = 39.77%

R = 7.34%
G = 52.9%
B = 39.77%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#138967 (or 0x138967) is known color: Elf Green. HEX triplet: 13, 89 and 67. RGB value is (19,137,103). Sum of RGB (Red+Green+Blue) = 19+137+103=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 137 (53.91% from 255 or 52.90% from 259); Blue value is 103 (40.62% from 255 or 39.77% from 259); Max value from RGB is 137 - color contains mainly: green. Hex color #138967 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138967 is #EC7698. Grayscale: #616161. Windows color (decimal): -15496857 or 6785299. OLE color: 6785299.

HSL color Cylindrical-coordinate representation of color #138967: hue angle of 162.71º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138967 is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 137 103 -
CMYK 0.86 0 0.25 0.46
HSL 162.71º 0.76% 0.31% -
HSV(B) 162.71º 0.86% 0.54% -
XYZ 11.66 19.01 15.89 -
YUV 97.84 130.91 71.76 -
System Red Green Blue C M Y K H S L
Decimal 19 137 103 0.86 0 0.25 0.46 162.71 0.76 0.31
Hex 13 89 67 56 0 19 2E A3 4C 1F
Octal 23 211 147 126 0 31 56 243 114 37
Binary 10011 10001001 1100111 1010110 0 11001 101110 10100011 1001100 11111

Color Harmonies of #138967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138967

Black with #138967

Text Example


Text Example

White with #138967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138967; }

 p { color: rgb(19,137,103); }

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

background-color css

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

 a { background-color: rgb(19,137,103); }

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

border-color css

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

 span { border-color: rgb(19,137,103); }

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