Html Css Color HEX #138A60 Elf Green

📋 copy color: '#138A60'

red 19 ◦ green 138 ◦ blue 96

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

Shades of Elf Green #138A60

Tints of Elf Green #138A60

RGB

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

 GREEN value IS 138 (54.3% from 255) = 54.55%

 BLUE value IS 96 (37.89% from 255) = 37.94%

R = 7.51%
G = 54.55%
B = 37.94%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#138A60 (or 0x138A60) is known color: Elf Green. HEX triplet: 13, 8A and 60. RGB value is (19,138,96). Sum of RGB (Red+Green+Blue) = 19+138+96=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 138 (54.30% from 255 or 54.55% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 138 - color contains mainly: green. Hex color #138A60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138A60 is #EC759F. Grayscale: #616161. Windows color (decimal): -15496608 or 6326803. OLE color: 6326803.

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

Color convert

RGB 19 138 96 -
CMYK 0.86 0 0.30 0.46
HSL 158.82º 0.76% 0.31% -
HSV(B) 158.82º 0.86% 0.54% -
XYZ 11.47 19.16 14.16 -
YUV 97.63 127.08 71.92 -
System Red Green Blue C M Y K H S L
Decimal 19 138 96 0.86 0 0.30 0.46 158.82 0.76 0.31
Hex 13 8A 60 56 0 1E 2E 9F 4C 1F
Octal 23 212 140 126 0 36 56 237 114 37
Binary 10011 10001010 1100000 1010110 0 11110 101110 10011111 1001100 11111

Color Harmonies of #138A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138A60

Black with #138A60

Text Example


Text Example

White with #138A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,138,96); }

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

background-color css

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

 a { background-color: rgb(19,138,96); }

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

border-color css

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

 span { border-color: rgb(19,138,96); }

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