#139866

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

Shades of Elf Green #139866

Tints of Elf Green #139866

Color information

#139866 (or 0x139866) is unknown color: approx Elf Green. HEX triplet: 13, 98 and 66. RGB value is (19,152,102). Sum of RGB (Red+Green+Blue) = 19+152+102=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 152 (59.77% from 255 or 55.68% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 152 - color contains mainly: green. Hex color #139866 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139866 is #EC6799. Grayscale: #6A6A6A. Windows color (decimal): -15493018 or 6723603. OLE color: 6723603.

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

Color convert

RGB19152102-
CMYK0.8700.330.40
HSL157.44º77.78%33.53%-
HSV(B)157.44º87.5%59.61%-
XYZ13.923.5516.38-
YUV106.53125.4465.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.96%
GREEN value IS 152 (59.77% from 255) = 55.68%
BLUE value IS 102 (40.23% from 255) = 37.36%
R=6.96%
G=55.68%
B=37.36%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal191521020.8700.330.40157.4477.7833.53
Hex13986657021289d4e22
Octal232301461270415023511642
Binary1001110011000110011010101110100001101000100111011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139866; }

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

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

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

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

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

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

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

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