#148A6A

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

Shades of Elf Green #148A6A

Tints of Elf Green #148A6A

Color information

#148A6A (or 0x148A6A) is unknown color: approx Elf Green. HEX triplet: 14, 8A and 6A. RGB value is (20,138,106). Sum of RGB (Red+Green+Blue) = 20+138+106=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 138 (54.30% from 255 or 52.27% from 264); Blue value is 106 (41.80% from 255 or 40.15% from 264); Max value from RGB is 138 - color contains mainly: green. Hex color #148A6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148A6A is #EB7595. Grayscale: #636363. Windows color (decimal): -15431062 or 6982164. OLE color: 6982164.

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

Color convert

RGB20138106-
CMYK0.8600.230.46
HSL163.73º74.68%30.98%-
HSV(B)163.73º85.51%54.12%-
XYZ11.9819.3716.74-
YUV99.07131.9171.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.58%
GREEN value IS 138 (54.30% from 255) = 52.27%
BLUE value IS 106 (41.80% from 255) = 40.15%
R=7.58%
G=52.27%
B=40.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal201381060.8600.230.46163.7374.6830.98
Hex148A6A560172Ea44b1f
Octal242121521260275624411337
Binary10100100010101101010101011001011110111010100100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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