#13986B

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

Shades of Elf Green #13986B

Tints of Elf Green #13986B

Color information

#13986B (or 0x13986B) is unknown color: approx Elf Green. HEX triplet: 13, 98 and 6B. RGB value is (19,152,107). Sum of RGB (Red+Green+Blue) = 19+152+107=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 152 (59.77% from 255 or 54.68% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 152 - color contains mainly: green. Hex color #13986B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13986B is #EC6794. Grayscale: #6B6B6B. Windows color (decimal): -15493013 or 7051283. OLE color: 7051283.

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

Color convert

RGB19152107-
CMYK0.8700.300.40
HSL159.7º77.78%33.53%-
HSV(B)159.7º87.5%59.61%-
XYZ14.1523.6617.73-
YUV107.1127.9465.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.83%
GREEN value IS 152 (59.77% from 255) = 54.68%
BLUE value IS 107 (42.19% from 255) = 38.49%
R=6.83%
G=54.68%
B=38.49%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal191521070.8700.300.40159.777.7833.53
Hex13986B5701E28a04e22
Octal232301531270365024011642
Binary100111001100011010111010111011110101000101000001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13986B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13986B; }

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

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

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

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

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

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

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

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