#149268

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

Shades of Elf Green #149268

Tints of Elf Green #149268

Color information

#149268 (or 0x149268) is unknown color: approx Elf Green. HEX triplet: 14, 92 and 68. RGB value is (20,146,104). Sum of RGB (Red+Green+Blue) = 20+146+104=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 146 (57.42% from 255 or 54.07% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 146 - color contains mainly: green. Hex color #149268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149268 is #EB6D97. Grayscale: #676767. Windows color (decimal): -15429016 or 6853140. OLE color: 6853140.

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

Color convert

RGB20146104-
CMYK0.8600.290.43
HSL160º75.9%32.55%-
HSV(B)160º86.3%57.25%-
XYZ13.0721.7116.6-
YUV103.54128.2668.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.41%
GREEN value IS 146 (57.42% from 255) = 54.07%
BLUE value IS 104 (41.02% from 255) = 38.52%
R=7.41%
G=54.07%
B=38.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal201461040.8600.290.4316075.932.55
Hex1492685601D2Ba04c21
Octal242221501260355324011441
Binary101001001001011010001010110011101101011101000001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149268; }

 p { color: rgb(20,146,104); }

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

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

 a { background-color: rgb(20,146,104); }

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

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

 span { border-color: rgb(20,146,104); }

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