Html Css Color HEX #138964 Elf Green

📋 copy color: '#138964'

red 19 ◦ green 137 ◦ blue 100

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

Shades of Elf Green #138964

Tints of Elf Green #138964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 39.06%

R = 7.42%
G = 53.52%
B = 39.06%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#138964 (or 0x138964) is known color: Elf Green. HEX triplet: 13, 89 and 64. RGB value is (19,137,100). Sum of RGB (Red+Green+Blue) = 19+137+100=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 137 (53.91% from 255 or 53.52% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 137 - color contains mainly: green. Hex color #138964 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138964 is #EC769B. Grayscale: #616161. Windows color (decimal): -15496860 or 6588691. OLE color: 6588691.

HSL color Cylindrical-coordinate representation of color #138964: hue angle of 161.19º 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 #138964 is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 137 100 -
CMYK 0.86 0 0.27 0.46
HSL 161.19º 0.76% 0.31% -
HSV(B) 161.19º 0.86% 0.54% -
XYZ 11.51 18.95 15.11 -
YUV 97.5 129.41 72.01 -
System Red Green Blue C M Y K H S L
Decimal 19 137 100 0.86 0 0.27 0.46 161.19 0.76 0.31
Hex 13 89 64 56 0 1B 2E A1 4C 1F
Octal 23 211 144 126 0 33 56 241 114 37
Binary 10011 10001001 1100100 1010110 0 11011 101110 10100001 1001100 11111

Color Harmonies of #138964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138964

Black with #138964

Text Example


Text Example

White with #138964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138964; }

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

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

background-color css

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

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

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

border-color css

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

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

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