#148976

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

Shades of Elf Green #148976

Tints of Elf Green #148976

Color information

#148976 (or 0x148976) is unknown color: approx Elf Green. HEX triplet: 14, 89 and 76. RGB value is (20,137,118). Sum of RGB (Red+Green+Blue) = 20+137+118=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #148976 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148976 is #EB7689. Grayscale: #636363. Windows color (decimal): -15431306 or 7768340. OLE color: 7768340.

HSL color Cylindrical-coordinate representation of color #148976: hue angle of 170.26º 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 #148976 is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB20137118-
CMYK0.8500.140.46
HSL170.26º74.52%30.78%-
HSV(B)170.26º85.4%53.73%-
XYZ12.519.3520.22-
YUV99.85138.2471.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.27%
GREEN value IS 137 (53.91% from 255) = 49.82%
BLUE value IS 118 (46.48% from 255) = 42.91%
R=7.27%
G=49.82%
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.46
SystemRedGreenBlueCMYKHSL
Decimal201371180.8500.140.46170.2674.5230.78
Hex148976550E2Eaa4b1f
Octal242111661250165625211337
Binary1010010001001111011010101010111010111010101010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148976; }

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

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

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

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

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

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

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

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