Html Css Color HEX #13966A Elf Green

📋 copy color: '#13966A'

red 19 ◦ green 150 ◦ blue 106

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

Shades of Elf Green #13966A

Tints of Elf Green #13966A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 54.55%

 BLUE value IS 106 (41.8% from 255) = 38.55%

R = 6.91%
G = 54.55%
B = 38.55%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#13966A (or 0x13966A) is known color: Elf Green. HEX triplet: 13, 96 and 6A. RGB value is (19,150,106). Sum of RGB (Red+Green+Blue) = 19+150+106=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 150 (58.98% from 255 or 54.55% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 150 - color contains mainly: green. Hex color #13966A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13966A is #EC6995. Grayscale: #696969. Windows color (decimal): -15493526 or 6985235. OLE color: 6985235.

HSL color Cylindrical-coordinate representation of color #13966A: hue angle of 159.85º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13966A is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 150 106 -
CMYK 0.87 0 0.29 0.41
HSL 159.85º 0.78% 0.33% -
HSV(B) 159.85º 0.87% 0.59% -
XYZ 13.78 22.99 17.35 -
YUV 105.82 128.1 66.08 -
System Red Green Blue C M Y K H S L
Decimal 19 150 106 0.87 0 0.29 0.41 159.85 0.78 0.33
Hex 13 96 6A 57 0 1D 29 A0 4E 21
Octal 23 226 152 127 0 35 51 240 116 41
Binary 10011 10010110 1101010 1010111 0 11101 101001 10100000 1001110 100001

Color Harmonies of #13966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13966A

Black with #13966A

Text Example


Text Example

White with #13966A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13966A; }

 p { color: rgb(19,150,106); }

 H1.HeaderClassName
 {
   color: #13966A;
 }
 .AnyTagClassName
 {
   color: #13966A;
 }
</style>

background-color css

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

 a { background-color: rgb(19,150,106); }

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

border-color css

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

 span { border-color: rgb(19,150,106); }

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