Html Css Color HEX #138A5C Elf Green

📋 copy color: '#138A5C'

red 19 ◦ green 138 ◦ blue 92

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

Shades of Elf Green #138A5C

Tints of Elf Green #138A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.95%

R = 7.63%
G = 55.42%
B = 36.95%

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

#138A5C (or 0x138A5C) is known color: Elf Green. HEX triplet: 13, 8A and 5C. RGB value is (19,138,92). Sum of RGB (Red+Green+Blue) = 19+138+92=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 138 (54.30% from 255 or 55.42% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 138 - color contains mainly: green. Hex color #138A5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138A5C is #EC75A3. Grayscale: #616161. Windows color (decimal): -15496612 or 6064659. OLE color: 6064659.

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

Color convert

RGB 19 138 92 -
CMYK 0.86 0 0.33 0.46
HSL 156.81º 0.76% 0.31% -
HSV(B) 156.81º 0.86% 0.54% -
XYZ 11.29 19.09 13.21 -
YUV 97.18 125.08 72.24 -
System Red Green Blue C M Y K H S L
Decimal 19 138 92 0.86 0 0.33 0.46 156.81 0.76 0.31
Hex 13 8A 5C 56 0 21 2E 9D 4C 1F
Octal 23 212 134 126 0 41 56 235 114 37
Binary 10011 10001010 1011100 1010110 0 100001 101110 10011101 1001100 11111

Color Harmonies of #138A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138A5C

Black with #138A5C

Text Example


Text Example

White with #138A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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