Html Css Color HEX #138A5D Elf Green

📋 copy color: '#138A5D'

red 19 ◦ green 138 ◦ blue 93

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

Shades of Elf Green #138A5D

Tints of Elf Green #138A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.2%

R = 7.6%
G = 55.2%
B = 37.2%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#138A5D (or 0x138A5D) is known color: Elf Green. HEX triplet: 13, 8A and 5D. RGB value is (19,138,93). Sum of RGB (Red+Green+Blue) = 19+138+93=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 138 (54.30% from 255 or 55.2% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 138 - color contains mainly: green. Hex color #138A5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138A5D is #EC75A2. Grayscale: #616161. Windows color (decimal): -15496611 or 6130195. OLE color: 6130195.

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

Color convert

RGB 19 138 93 -
CMYK 0.86 0 0.33 0.46
HSL 157.31º 0.76% 0.31% -
HSV(B) 157.31º 0.86% 0.54% -
XYZ 11.33 19.11 13.45 -
YUV 97.29 125.58 72.16 -
System Red Green Blue C M Y K H S L
Decimal 19 138 93 0.86 0 0.33 0.46 157.31 0.76 0.31
Hex 13 8A 5D 56 0 21 2E 9D 4C 1F
Octal 23 212 135 126 0 41 56 235 114 37
Binary 10011 10001010 1011101 1010110 0 100001 101110 10011101 1001100 11111

Color Harmonies of #138A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138A5D

Black with #138A5D

Text Example


Text Example

White with #138A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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