Html Css Color HEX #139968 Elf Green

📋 copy color: '#139968'

red 19 ◦ green 153 ◦ blue 104

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

Shades of Elf Green #139968

Tints of Elf Green #139968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.68%

R = 6.88%
G = 55.43%
B = 37.68%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#139968 (or 0x139968) is known color: Elf Green. HEX triplet: 13, 99 and 68. RGB value is (19,153,104). Sum of RGB (Red+Green+Blue) = 19+153+104=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 153 (60.16% from 255 or 55.43% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 153 - color contains mainly: green. Hex color #139968 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139968 is #EC6697. Grayscale: #6B6B6B. Windows color (decimal): -15492760 or 6854931. OLE color: 6854931.

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

Color convert

RGB 19 153 104 -
CMYK 0.88 0 0.32 0.4
HSL 158.06º 0.78% 0.34% -
HSV(B) 158.06º 0.88% 0.6% -
XYZ 14.16 23.92 16.97 -
YUV 107.35 126.11 64.98 -
System Red Green Blue C M Y K H S L
Decimal 19 153 104 0.88 0 0.32 0.4 158.06 0.78 0.34
Hex 13 99 68 58 0 20 28 9E 4E 22
Octal 23 231 150 130 0 40 50 236 116 42
Binary 10011 10011001 1101000 1011000 0 100000 101000 10011110 1001110 100010

Color Harmonies of #139968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139968

Black with #139968

Text Example


Text Example

White with #139968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139968; }

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

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

background-color css

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

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

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

border-color css

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

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

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