#139867

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

Shades of Elf Green #139867

Tints of Elf Green #139867

Color information

#139867 (or 0x139867) is unknown color: approx Elf Green. HEX triplet: 13, 98 and 67. RGB value is (19,152,103). Sum of RGB (Red+Green+Blue) = 19+152+103=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 152 (59.77% from 255 or 55.47% from 274); Blue value is 103 (40.62% from 255 or 37.59% from 274); Max value from RGB is 152 - color contains mainly: green. Hex color #139867 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139867 is #EC6798. Grayscale: #6A6A6A. Windows color (decimal): -15493017 or 6789139. OLE color: 6789139.

HSL color Cylindrical-coordinate representation of color #139867: hue angle of 157.89º 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 #139867 is Cyan = 0.87, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB19152103-
CMYK0.8700.320.40
HSL157.89º77.78%33.53%-
HSV(B)157.89º87.5%59.61%-
XYZ13.9423.5716.65-
YUV106.65125.9465.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.93%
GREEN value IS 152 (59.77% from 255) = 55.47%
BLUE value IS 103 (40.62% from 255) = 37.59%
R=6.93%
G=55.47%
B=37.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal191521030.8700.320.40157.8977.7833.53
Hex13986757020289e4e22
Octal232301471270405023611642
Binary1001110011000110011110101110100000101000100111101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139867; }

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

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

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

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

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

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

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

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