#148573

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

Shades of Elf Green #148573

Tints of Elf Green #148573

Color information

#148573 (or 0x148573) is unknown color: approx Elf Green. HEX triplet: 14, 85 and 73. RGB value is (20,133,115). Sum of RGB (Red+Green+Blue) = 20+133+115=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #148573 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148573 is #EB7A8C. Grayscale: #616161. Windows color (decimal): -15432333 or 7570708. OLE color: 7570708.

HSL color Cylindrical-coordinate representation of color #148573: hue angle of 170.44º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148573 is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB20133115-
CMYK0.8500.140.48
HSL170.44º73.86%30%-
HSV(B)170.44º84.96%52.16%-
XYZ11.7718.1619.1-
YUV97.16138.0672.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.46%
GREEN value IS 133 (52.34% from 255) = 49.63%
BLUE value IS 115 (45.31% from 255) = 42.91%
R=7.46%
G=49.63%
B=42.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal201331150.8500.140.48170.4473.8630
Hex148573550E30aa4a1e
Octal242051631250166025211236
Binary1010010000101111001110101010111011000010101010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148573; }

 p { color: rgb(20,133,115); }

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

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

 a { background-color: rgb(20,133,115); }

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

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

 span { border-color: rgb(20,133,115); }

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