#139470

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

Shades of Elf Green #139470

Tints of Elf Green #139470

Color information

#139470 (or 0x139470) is unknown color: approx Elf Green. HEX triplet: 13, 94 and 70. RGB value is (19,148,112). Sum of RGB (Red+Green+Blue) = 19+148+112=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 148 (58.20% from 255 or 53.05% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 148 - color contains mainly: green. Hex color #139470 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139470 is #EC6B8F. Grayscale: #696969. Windows color (decimal): -15494032 or 7377939. OLE color: 7377939.

HSL color Cylindrical-coordinate representation of color #139470: hue angle of 163.26º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139470 is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB19148112-
CMYK0.8700.240.42
HSL163.26º77.25%32.75%-
HSV(B)163.26º87.16%58.04%-
XYZ13.7822.4918.94-
YUV105.32131.7666.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.81%
GREEN value IS 148 (58.20% from 255) = 53.05%
BLUE value IS 112 (44.14% from 255) = 40.14%
R=6.81%
G=53.05%
B=40.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal191481120.8700.240.42163.2677.2532.75
Hex139470570182Aa34d21
Octal232241601270305224311541
Binary100111001010011100001010111011000101010101000111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139470; }

 p { color: rgb(19,148,112); }

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

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

 a { background-color: rgb(19,148,112); }

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

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

 span { border-color: rgb(19,148,112); }

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