#148B72

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

Shades of Elf Green #148B72

Tints of Elf Green #148B72

Color information

#148B72 (or 0x148B72) is unknown color: approx Elf Green. HEX triplet: 14, 8B and 72. RGB value is (20,139,114). Sum of RGB (Red+Green+Blue) = 20+139+114=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #148B72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148B72 is #EB748D. Grayscale: #646464. Windows color (decimal): -15430798 or 7506708. OLE color: 7506708.

HSL color Cylindrical-coordinate representation of color #148B72: hue angle of 167.39º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148B72 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB20139114-
CMYK0.8600.180.45
HSL167.39º74.84%31.18%-
HSV(B)167.39º85.61%54.51%-
XYZ12.5619.8319.09-
YUV100.57135.5870.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.33%
GREEN value IS 139 (54.69% from 255) = 50.92%
BLUE value IS 114 (44.92% from 255) = 41.76%
R=7.33%
G=50.92%
B=41.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal201391140.8600.180.45167.3974.8431.18
Hex148B72560122Da74b1f
Octal242131621260225524711337
Binary10100100010111110010101011001001010110110100111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,139,114); }

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

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

 a { background-color: rgb(20,139,114); }

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

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

 span { border-color: rgb(20,139,114); }

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