#138965

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

Shades of Elf Green #138965

Tints of Elf Green #138965

Color information

#138965 (or 0x138965) is unknown color: approx Elf Green. HEX triplet: 13, 89 and 65. RGB value is (19,137,101). Sum of RGB (Red+Green+Blue) = 19+137+101=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 137 (53.91% from 255 or 53.31% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 137 - color contains mainly: green. Hex color #138965 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138965 is #EC769A. Grayscale: #616161. Windows color (decimal): -15496859 or 6654227. OLE color: 6654227.

HSL color Cylindrical-coordinate representation of color #138965: hue angle of 161.69º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138965 is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB19137101-
CMYK0.8600.260.46
HSL161.69º75.64%30.59%-
HSV(B)161.69º86.13%53.73%-
XYZ11.5618.9715.36-
YUV97.61129.9171.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.39%
GREEN value IS 137 (53.91% from 255) = 53.31%
BLUE value IS 101 (39.84% from 255) = 39.30%
R=7.39%
G=53.31%
B=39.30%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal191371010.8600.260.46161.6975.6430.59
Hex1389655601A2Ea24c1f
Octal232111451260325624211437
Binary10011100010011100101101011001101010111010100010100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138965; }

 p { color: rgb(19,137,101); }

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

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

 a { background-color: rgb(19,137,101); }

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

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

 span { border-color: rgb(19,137,101); }

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