#148964

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

Shades of Elf Green #148964

Tints of Elf Green #148964

Color information

#148964 (or 0x148964) is unknown color: approx Elf Green. HEX triplet: 14, 89 and 64. RGB value is (20,137,100). Sum of RGB (Red+Green+Blue) = 20+137+100=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 137 (53.91% from 255 or 53.31% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 137 - color contains mainly: green. Hex color #148964 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148964 is #EB769B. Grayscale: #616161. Windows color (decimal): -15431324 or 6588692. OLE color: 6588692.

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

Color convert

RGB20137100-
CMYK0.8500.270.46
HSL161.03º74.52%30.78%-
HSV(B)161.03º85.4%53.73%-
XYZ11.5318.9615.11-
YUV97.8129.2472.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.78%
GREEN value IS 137 (53.91% from 255) = 53.31%
BLUE value IS 100 (39.45% from 255) = 38.91%
R=7.78%
G=53.31%
B=38.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal201371000.8500.270.46161.0374.5230.78
Hex1489645501B2Ea14b1f
Octal242111441250335624111337
Binary10100100010011100100101010101101110111010100001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148964; }

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

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

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

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

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

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

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

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