Html Css Color HEX #139166 Elf Green

📋 copy color: '#139166'

red 19 ◦ green 145 ◦ blue 102

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

Shades of Elf Green #139166

Tints of Elf Green #139166

RGB

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

 GREEN value IS 145 (57.03% from 255) = 54.51%

 BLUE value IS 102 (40.23% from 255) = 38.35%

R = 7.14%
G = 54.51%
B = 38.35%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#139166 (or 0x139166) is known color: Elf Green. HEX triplet: 13, 91 and 66. RGB value is (19,145,102). Sum of RGB (Red+Green+Blue) = 19+145+102=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 145 (57.03% from 255 or 54.51% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 145 - color contains mainly: green. Hex color #139166 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139166 is #EC6E99. Grayscale: #666666. Windows color (decimal): -15494810 or 6721811. OLE color: 6721811.

HSL color Cylindrical-coordinate representation of color #139166: hue angle of 159.52º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139166 is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 145 102 -
CMYK 0.87 0 0.30 0.43
HSL 159.52º 0.77% 0.32% -
HSV(B) 159.52º 0.87% 0.57% -
XYZ 12.79 21.35 16.02 -
YUV 102.42 127.76 68.5 -
System Red Green Blue C M Y K H S L
Decimal 19 145 102 0.87 0 0.30 0.43 159.52 0.77 0.32
Hex 13 91 66 57 0 1E 2B A0 4D 20
Octal 23 221 146 127 0 36 53 240 115 40
Binary 10011 10010001 1100110 1010111 0 11110 101011 10100000 1001101 100000

Color Harmonies of #139166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139166

Black with #139166

Text Example


Text Example

White with #139166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139166; }

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

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

background-color css

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

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

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

border-color css

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

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

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