#148865

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

Shades of Elf Green #148865

Tints of Elf Green #148865

Color information

#148865 (or 0x148865) is unknown color: approx Elf Green. HEX triplet: 14, 88 and 65. RGB value is (20,136,101). Sum of RGB (Red+Green+Blue) = 20+136+101=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 136 (53.52% from 255 or 52.92% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 136 - color contains mainly: green. Hex color #148865 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148865 is #EB779A. Grayscale: #616161. Windows color (decimal): -15431579 or 6653972. OLE color: 6653972.

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

Color convert

RGB20136101-
CMYK0.8500.260.47
HSL161.9º74.36%30.59%-
HSV(B)161.9º85.29%53.33%-
XYZ11.4418.715.32-
YUV97.33130.0772.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.78%
GREEN value IS 136 (53.52% from 255) = 52.92%
BLUE value IS 101 (39.84% from 255) = 39.30%
R=7.78%
G=52.92%
B=39.30%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal201361010.8500.260.47161.974.3630.59
Hex1488655501A2Fa24a1f
Octal242101451250325724211237
Binary10100100010001100101101010101101010111110100010100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148865; }

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

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

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

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

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

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

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

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