#148869

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

Shades of Elf Green #148869

Tints of Elf Green #148869

Color information

#148869 (or 0x148869) is unknown color: approx Elf Green. HEX triplet: 14, 88 and 69. RGB value is (20,136,105). Sum of RGB (Red+Green+Blue) = 20+136+105=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #148869 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148869 is #EB7796. Grayscale: #616161. Windows color (decimal): -15431575 or 6916116. OLE color: 6916116.

HSL color Cylindrical-coordinate representation of color #148869: hue angle of 163.97º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148869 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB20136105-
CMYK0.8500.230.47
HSL163.97º74.36%30.59%-
HSV(B)163.97º85.29%53.33%-
XYZ11.6418.7816.38-
YUV97.78132.0772.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.66%
GREEN value IS 136 (53.52% from 255) = 52.11%
BLUE value IS 105 (41.41% from 255) = 40.23%
R=7.66%
G=52.11%
B=40.23%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal201361050.8500.230.47163.9774.3630.59
Hex148869550172Fa44a1f
Octal242101511250275724411237
Binary10100100010001101001101010101011110111110100100100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148869; }

 p { color: rgb(20,136,105); }

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

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

 a { background-color: rgb(20,136,105); }

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

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

 span { border-color: rgb(20,136,105); }

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