Html Css Color HEX #148A77 Elf Green

📋 copy color: '#148A77'

red 20 ◦ green 138 ◦ blue 119

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

Shades of Elf Green #148A77

Tints of Elf Green #148A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 42.96%

R = 7.22%
G = 49.82%
B = 42.96%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#148A77 (or 0x148A77) is known color: Elf Green. HEX triplet: 14, 8A and 77. RGB value is (20,138,119). Sum of RGB (Red+Green+Blue) = 20+138+119=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 138 (54.30% from 255 or 49.82% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 138 - color contains mainly: green. Hex color #148A77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148A77 is #EB7588. Grayscale: #646464. Windows color (decimal): -15431049 or 7834132. OLE color: 7834132.

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

Color convert

RGB 20 138 119 -
CMYK 0.86 0 0.14 0.46
HSL 170.34º 0.75% 0.31% -
HSV(B) 170.34º 0.86% 0.54% -
XYZ 12.71 19.66 20.58 -
YUV 100.55 138.41 70.54 -
System Red Green Blue C M Y K H S L
Decimal 20 138 119 0.86 0 0.14 0.46 170.34 0.75 0.31
Hex 14 8A 77 56 0 E 2E AA 4B 1F
Octal 24 212 167 126 0 16 56 252 113 37
Binary 10100 10001010 1110111 1010110 0 1110 101110 10101010 1001011 11111

Color Harmonies of #148A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148A77

Black with #148A77

Text Example


Text Example

White with #148A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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