Html Css Color HEX #139870 Elf Green

📋 copy color: '#139870'

red 19 ◦ green 152 ◦ blue 112

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

Shades of Elf Green #139870

Tints of Elf Green #139870

RGB

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

 GREEN value IS 152 (59.77% from 255) = 53.71%

 BLUE value IS 112 (44.14% from 255) = 39.58%

R = 6.71%
G = 53.71%
B = 39.58%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#139870 (or 0x139870) is known color: Elf Green. HEX triplet: 13, 98 and 70. RGB value is (19,152,112). Sum of RGB (Red+Green+Blue) = 19+152+112=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 152 (59.77% from 255 or 53.71% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 152 - color contains mainly: green. Hex color #139870 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139870 is #EC678F. Grayscale: #6B6B6B. Windows color (decimal): -15493008 or 7378963. OLE color: 7378963.

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

Color convert

RGB 19 152 112 -
CMYK 0.87 0 0.26 0.40
HSL 161.95º 0.78% 0.34% -
HSV(B) 161.95º 0.88% 0.6% -
XYZ 14.42 23.76 19.16 -
YUV 107.67 130.44 64.75 -
System Red Green Blue C M Y K H S L
Decimal 19 152 112 0.87 0 0.26 0.40 161.95 0.78 0.34
Hex 13 98 70 57 0 1A 28 A2 4E 22
Octal 23 230 160 127 0 32 50 242 116 42
Binary 10011 10011000 1110000 1010111 0 11010 101000 10100010 1001110 100010

Color Harmonies of #139870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139870

Black with #139870

Text Example


Text Example

White with #139870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139870; }

 p { color: rgb(19,152,112); }

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

background-color css

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

 a { background-color: rgb(19,152,112); }

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

border-color css

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

 span { border-color: rgb(19,152,112); }

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