Html Css Color HEX #13986B Elf Green

📋 copy color: '#13986B'

red 19 ◦ green 152 ◦ blue 107

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

Shades of Elf Green #13986B

Tints of Elf Green #13986B

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 value IS 0.87

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#13986B (or 0x13986B) is known color: 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

RGB 19 152 107 -
CMYK 0.87 0 0.30 0.40
HSL 159.7º 0.78% 0.34% -
HSV(B) 159.7º 0.88% 0.6% -
XYZ 14.15 23.66 17.73 -
YUV 107.1 127.94 65.16 -
System Red Green Blue C M Y K H S L
Decimal 19 152 107 0.87 0 0.30 0.40 159.7 0.78 0.34
Hex 13 98 6B 57 0 1E 28 A0 4E 22
Octal 23 230 153 127 0 36 50 240 116 42
Binary 10011 10011000 1101011 1010111 0 11110 101000 10100000 1001110 100010

Color Harmonies of #13986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13986B

Black with #13986B

Text Example


Text Example

White with #13986B

Text Example


Text Example

HTML Codes & Css Web 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>