Html Css Color HEX #138874 Elf Green

📋 copy color: '#138874'

red 19 ◦ green 136 ◦ blue 116

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

Shades of Elf Green #138874

Tints of Elf Green #138874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 50.18%

 BLUE value IS 116 (45.7% from 255) = 42.8%

R = 7.01%
G = 50.18%
B = 42.8%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#138874 (or 0x138874) is known color: Elf Green. HEX triplet: 13, 88 and 74. RGB value is (19,136,116). Sum of RGB (Red+Green+Blue) = 19+136+116=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #138874 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138874 is #EC778B. Grayscale: #626262. Windows color (decimal): -15497100 or 7637011. OLE color: 7637011.

HSL color Cylindrical-coordinate representation of color #138874: hue angle of 169.74º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138874 is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 136 116 -
CMYK 0.86 0 0.15 0.47
HSL 169.74º 0.75% 0.3% -
HSV(B) 169.74º 0.86% 0.53% -
XYZ 12.23 19.01 19.55 -
YUV 98.74 137.74 71.13 -
System Red Green Blue C M Y K H S L
Decimal 19 136 116 0.86 0 0.15 0.47 169.74 0.75 0.3
Hex 13 88 74 56 0 F 2F AA 4B 1E
Octal 23 210 164 126 0 17 57 252 113 36
Binary 10011 10001000 1110100 1010110 0 1111 101111 10101010 1001011 11110

Color Harmonies of #138874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138874

Black with #138874

Text Example


Text Example

White with #138874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138874; }

 p { color: rgb(19,136,116); }

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

background-color css

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

 a { background-color: rgb(19,136,116); }

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

border-color css

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

 span { border-color: rgb(19,136,116); }

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