#148972

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

Shades of Elf Green #148972

Tints of Elf Green #148972

Color information

#148972 (or 0x148972) is unknown color: approx Elf Green. HEX triplet: 14, 89 and 72. RGB value is (20,137,114). Sum of RGB (Red+Green+Blue) = 20+137+114=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 137 (53.91% from 255 or 50.55% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 137 - color contains mainly: green. Hex color #148972 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148972 is #EB768D. Grayscale: #636363. Windows color (decimal): -15431310 or 7506196. OLE color: 7506196.

HSL color Cylindrical-coordinate representation of color #148972: hue angle of 168.21º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148972 is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB20137114-
CMYK0.8500.170.46
HSL168.21º74.52%30.78%-
HSV(B)168.21º85.4%53.73%-
XYZ12.2719.2518.99-
YUV99.4136.2471.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.38%
GREEN value IS 137 (53.91% from 255) = 50.55%
BLUE value IS 114 (44.92% from 255) = 42.07%
R=7.38%
G=50.55%
B=42.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal201371140.8500.170.46168.2174.5230.78
Hex148972550112Ea84b1f
Octal242111621250215625011337
Binary10100100010011110010101010101000110111010101000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148972; }

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

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

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

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

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

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

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

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