#148975

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

Shades of Elf Green #148975

Tints of Elf Green #148975

Color information

#148975 (or 0x148975) is unknown color: approx Elf Green. HEX triplet: 14, 89 and 75. RGB value is (20,137,117). Sum of RGB (Red+Green+Blue) = 20+137+117=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 137 (53.91% from 255 or 50% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 137 - color contains mainly: green. Hex color #148975 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148975 is #EB768A. Grayscale: #636363. Windows color (decimal): -15431307 or 7702804. OLE color: 7702804.

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

Color convert

RGB20137117-
CMYK0.8500.150.46
HSL169.74º74.52%30.78%-
HSV(B)169.74º85.4%53.73%-
XYZ12.4519.3219.9-
YUV99.74137.7471.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.30%
GREEN value IS 137 (53.91% from 255) = 50%
BLUE value IS 117 (46.09% from 255) = 42.70%
R=7.30%
G=50%
B=42.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal201371170.8500.150.46169.7474.5230.78
Hex148975550F2Eaa4b1f
Octal242111651250175625211337
Binary1010010001001111010110101010111110111010101010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148975; }

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

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

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

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

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

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

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

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