Html Css Color HEX #148A6D Elf Green

📋 copy color: '#148A6D'

red 20 ◦ green 138 ◦ blue 109

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

Shades of Elf Green #148A6D

Tints of Elf Green #148A6D

RGB

 RED value IS 20 (8.2% from 255) = 7.49%

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

 BLUE value IS 109 (42.97% from 255) = 40.82%

R = 7.49%
G = 51.69%
B = 40.82%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#148A6D (or 0x148A6D) is known color: Elf Green. HEX triplet: 14, 8A and 6D. RGB value is (20,138,109). Sum of RGB (Red+Green+Blue) = 20+138+109=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 138 (54.30% from 255 or 51.69% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 138 - color contains mainly: green. Hex color #148A6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148A6D is #EB7592. Grayscale: #636363. Windows color (decimal): -15431059 or 7178772. OLE color: 7178772.

HSL color Cylindrical-coordinate representation of color #148A6D: hue angle of 165.25º degrees, saturation: 0.75, 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 #148A6D is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 138 109 -
CMYK 0.86 0 0.21 0.46
HSL 165.25º 0.75% 0.31% -
HSV(B) 165.25º 0.86% 0.54% -
XYZ 12.14 19.43 17.58 -
YUV 99.41 133.41 71.36 -
System Red Green Blue C M Y K H S L
Decimal 20 138 109 0.86 0 0.21 0.46 165.25 0.75 0.31
Hex 14 8A 6D 56 0 15 2E A5 4B 1F
Octal 24 212 155 126 0 25 56 245 113 37
Binary 10100 10001010 1101101 1010110 0 10101 101110 10100101 1001011 11111

Color Harmonies of #148A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148A6D

Black with #148A6D

Text Example


Text Example

White with #148A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148A6D; }

 p { color: rgb(20,138,109); }

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

background-color css

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

 a { background-color: rgb(20,138,109); }

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

border-color css

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

 span { border-color: rgb(20,138,109); }

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