Html Css Color HEX #138E72 Elf Green

📋 copy color: '#138E72'

red 19 ◦ green 142 ◦ blue 114

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

Shades of Elf Green #138E72

Tints of Elf Green #138E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 41.45%

R = 6.91%
G = 51.64%
B = 41.45%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#138E72 (or 0x138E72) is known color: Elf Green. HEX triplet: 13, 8E and 72. RGB value is (19,142,114). Sum of RGB (Red+Green+Blue) = 19+142+114=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 142 (55.86% from 255 or 51.64% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 142 - color contains mainly: green. Hex color #138E72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138E72 is #EC718D. Grayscale: #666666. Windows color (decimal): -15495566 or 7507475. OLE color: 7507475.

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

Color convert

RGB 19 142 114 -
CMYK 0.87 0 0.20 0.44
HSL 166.34º 0.76% 0.32% -
HSV(B) 166.34º 0.87% 0.56% -
XYZ 12.98 20.7 19.23 -
YUV 102.03 134.75 68.78 -
System Red Green Blue C M Y K H S L
Decimal 19 142 114 0.87 0 0.20 0.44 166.34 0.76 0.32
Hex 13 8E 72 57 0 14 2C A6 4C 20
Octal 23 216 162 127 0 24 54 246 114 40
Binary 10011 10001110 1110010 1010111 0 10100 101100 10100110 1001100 100000

Color Harmonies of #138E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138E72

Black with #138E72

Text Example


Text Example

White with #138E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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