#149467

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

Shades of Elf Green #149467

Tints of Elf Green #149467

Color information

#149467 (or 0x149467) is unknown color: approx Elf Green. HEX triplet: 14, 94 and 67. RGB value is (20,148,103). Sum of RGB (Red+Green+Blue) = 20+148+103=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #149467 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149467 is #EB6B98. Grayscale: #686868. Windows color (decimal): -15428505 or 6788116. OLE color: 6788116.

HSL color Cylindrical-coordinate representation of color #149467: hue angle of 158.91º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149467 is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB20148103-
CMYK0.8600.300.42
HSL158.91º76.19%32.94%-
HSV(B)158.91º86.49%58.04%-
XYZ13.3322.3116.44-
YUV104.6127.0967.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.38%
GREEN value IS 148 (58.20% from 255) = 54.61%
BLUE value IS 103 (40.62% from 255) = 38.01%
R=7.38%
G=54.61%
B=38.01%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal201481030.8600.300.42158.9176.1932.94
Hex1494675601E2A9f4c21
Octal242241471260365223711441
Binary101001001010011001111010110011110101010100111111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149467; }

 p { color: rgb(20,148,103); }

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

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

 a { background-color: rgb(20,148,103); }

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

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

 span { border-color: rgb(20,148,103); }

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