#148a7b

Color #148A7B Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #148A7B

Tints of Elf Green #148A7B

Color information

#148A7B (or 0x148A7B) is unknown color: approx Elf Green. HEX triplet: 14, 8A and 7B. RGB value is (20,138,123). Sum of RGB (Red+Green+Blue) = 20+138+123=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 138 (54.30% from 255 or 49.11% from 281); Blue value is 123 (48.44% from 255 or 43.77% from 281); Max value from RGB is 138 - color contains mainly: green. Hex color #148A7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148A7B is #EB7584. Grayscale: #646464. Windows color (decimal): -15431045 or 8096276. OLE color: 8096276.

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

Color convert

RGB20138123-
CMYK0.8600.110.46
HSL172.37º74.68%30.98%-
HSV(B)172.37º85.51%54.12%-
XYZ12.9519.7621.87-
YUV101.01140.4170.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.12%
GREEN value IS 138 (54.30% from 255) = 49.11%
BLUE value IS 123 (48.44% from 255) = 43.77%
R=7.12%
G=49.11%
B=43.77%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal201381230.8600.110.46172.3774.6830.98
Hex148A7B560B2Eac4b1f
Octal242121731260135625411337
Binary1010010001010111101110101100101110111010101100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148a7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #148a7b;
 }
 .AnyTagClassName
 {
   color: #148a7b;
 }
</style>
background-color css

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

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

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

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

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

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