Html Css Color HEX #13986D Elf Green

📋 copy color: '#13986D'

red 19 ◦ green 152 ◦ blue 109

#13986D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #13986D

Tints of Elf Green #13986D

RGB

 RED value IS 19 (7.81% from 255) = 6.79%

 GREEN value IS 152 (59.77% from 255) = 54.29%

 BLUE value IS 109 (42.97% from 255) = 38.93%

R = 6.79%
G = 54.29%
B = 38.93%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#13986D (or 0x13986D) is known color: Elf Green. HEX triplet: 13, 98 and 6D. RGB value is (19,152,109). Sum of RGB (Red+Green+Blue) = 19+152+109=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 152 (59.77% from 255 or 54.29% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 152 - color contains mainly: green. Hex color #13986D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13986D is #EC6792. Grayscale: #6B6B6B. Windows color (decimal): -15493011 or 7182355. OLE color: 7182355.

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

Color convert

RGB 19 152 109 -
CMYK 0.87 0 0.28 0.40
HSL 160.6º 0.78% 0.34% -
HSV(B) 160.6º 0.88% 0.6% -
XYZ 14.26 23.7 18.29 -
YUV 107.33 128.94 65 -
System Red Green Blue C M Y K H S L
Decimal 19 152 109 0.87 0 0.28 0.40 160.6 0.78 0.34
Hex 13 98 6D 57 0 1C 28 A1 4E 22
Octal 23 230 155 127 0 34 50 241 116 42
Binary 10011 10011000 1101101 1010111 0 11100 101000 10100001 1001110 100010

Color Harmonies of #13986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13986D

Black with #13986D

Text Example


Text Example

White with #13986D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13986D;
 }
 .AnyTagClassName
 {
   color: #13986D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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