Html Css Color HEX #139266 Elf Green

📋 copy color: '#139266'

red 19 ◦ green 146 ◦ blue 102

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

Shades of Elf Green #139266

Tints of Elf Green #139266

RGB

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

 GREEN value IS 146 (57.42% from 255) = 54.68%

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

R = 7.12%
G = 54.68%
B = 38.2%

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

#139266 (or 0x139266) is known color: Elf Green. HEX triplet: 13, 92 and 66. RGB value is (19,146,102). Sum of RGB (Red+Green+Blue) = 19+146+102=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 146 (57.42% from 255 or 54.68% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 146 - color contains mainly: green. Hex color #139266 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139266 is #EC6D99. Grayscale: #676767. Windows color (decimal): -15494554 or 6722067. OLE color: 6722067.

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

Color convert

RGB 19 146 102 -
CMYK 0.87 0 0.30 0.43
HSL 159.21º 0.77% 0.32% -
HSV(B) 159.21º 0.87% 0.57% -
XYZ 12.95 21.66 16.07 -
YUV 103.01 127.42 68.08 -
System Red Green Blue C M Y K H S L
Decimal 19 146 102 0.87 0 0.30 0.43 159.21 0.77 0.32
Hex 13 92 66 57 0 1E 2B 9F 4D 20
Octal 23 222 146 127 0 36 53 237 115 40
Binary 10011 10010010 1100110 1010111 0 11110 101011 10011111 1001101 100000

Color Harmonies of #139266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139266

Black with #139266

Text Example


Text Example

White with #139266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139266; }

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

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

background-color css

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

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

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

border-color css

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

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

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