#139864

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

Shades of Elf Green #139864

Tints of Elf Green #139864

Color information

#139864 (or 0x139864) is unknown color: approx Elf Green. HEX triplet: 13, 98 and 64. RGB value is (19,152,100). Sum of RGB (Red+Green+Blue) = 19+152+100=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 152 (59.77% from 255 or 56.09% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 152 - color contains mainly: green. Hex color #139864 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139864 is #EC679B. Grayscale: #6A6A6A. Windows color (decimal): -15493020 or 6592531. OLE color: 6592531.

HSL color Cylindrical-coordinate representation of color #139864: hue angle of 156.54º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139864 is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB19152100-
CMYK0.8700.340.40
HSL156.54º77.78%33.53%-
HSV(B)156.54º87.5%59.61%-
XYZ13.823.5215.87-
YUV106.3124.4465.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.01%
GREEN value IS 152 (59.77% from 255) = 56.09%
BLUE value IS 100 (39.45% from 255) = 36.90%
R=7.01%
G=56.09%
B=36.90%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal191521000.8700.340.40156.5477.7833.53
Hex13986457022289d4e22
Octal232301441270425023511642
Binary1001110011000110010010101110100010101000100111011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139864; }

 p { color: rgb(19,152,100); }

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

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

 a { background-color: rgb(19,152,100); }

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

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

 span { border-color: rgb(19,152,100); }

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