Html Css Color HEX #139966 Elf Green

📋 copy color: '#139966'

red 19 ◦ green 153 ◦ blue 102

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

Shades of Elf Green #139966

Tints of Elf Green #139966

RGB

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

 GREEN value IS 153 (60.16% from 255) = 55.84%

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

R = 6.93%
G = 55.84%
B = 37.23%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#139966 (or 0x139966) is known color: Elf Green. HEX triplet: 13, 99 and 66. RGB value is (19,153,102). Sum of RGB (Red+Green+Blue) = 19+153+102=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 153 (60.16% from 255 or 55.84% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 153 - color contains mainly: green. Hex color #139966 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139966 is #EC6699. Grayscale: #6B6B6B. Windows color (decimal): -15492762 or 6723859. OLE color: 6723859.

HSL color Cylindrical-coordinate representation of color #139966: hue angle of 157.16º 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 #139966 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 153 102 -
CMYK 0.88 0 0.33 0.4
HSL 157.16º 0.78% 0.34% -
HSV(B) 157.16º 0.88% 0.6% -
XYZ 14.06 23.88 16.44 -
YUV 107.12 125.11 65.15 -
System Red Green Blue C M Y K H S L
Decimal 19 153 102 0.88 0 0.33 0.4 157.16 0.78 0.34
Hex 13 99 66 58 0 21 28 9D 4E 22
Octal 23 231 146 130 0 41 50 235 116 42
Binary 10011 10011001 1100110 1011000 0 100001 101000 10011101 1001110 100010

Color Harmonies of #139966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139966

Black with #139966

Text Example


Text Example

White with #139966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139966; }

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

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

background-color css

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

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

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

border-color css

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

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

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