Html Css Color HEX #139663 Elf Green

📋 copy color: '#139663'

red 19 ◦ green 150 ◦ blue 99

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

Shades of Elf Green #139663

Tints of Elf Green #139663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 36.94%

R = 7.09%
G = 55.97%
B = 36.94%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#139663 (or 0x139663) is known color: Elf Green. HEX triplet: 13, 96 and 63. RGB value is (19,150,99). Sum of RGB (Red+Green+Blue) = 19+150+99=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 150 (58.98% from 255 or 55.97% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 150 - color contains mainly: green. Hex color #139663 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139663 is #EC699C. Grayscale: #696969. Windows color (decimal): -15493533 or 6526483. OLE color: 6526483.

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

Color convert

RGB 19 150 99 -
CMYK 0.87 0 0.34 0.41
HSL 156.64º 0.78% 0.33% -
HSV(B) 156.64º 0.87% 0.59% -
XYZ 13.43 22.85 15.51 -
YUV 105.02 124.6 66.65 -
System Red Green Blue C M Y K H S L
Decimal 19 150 99 0.87 0 0.34 0.41 156.64 0.78 0.33
Hex 13 96 63 57 0 22 29 9D 4E 21
Octal 23 226 143 127 0 42 51 235 116 41
Binary 10011 10010110 1100011 1010111 0 100010 101001 10011101 1001110 100001

Color Harmonies of #139663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139663

Black with #139663

Text Example


Text Example

White with #139663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139663; }

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

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

background-color css

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

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

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

border-color css

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

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

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