Html Css Color HEX #139865 Elf Green

📋 copy color: '#139865'

red 19 ◦ green 152 ◦ blue 101

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

Shades of Elf Green #139865

Tints of Elf Green #139865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.13%

R = 6.99%
G = 55.88%
B = 37.13%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#139865 (or 0x139865) is known color: Elf Green. HEX triplet: 13, 98 and 65. RGB value is (19,152,101). Sum of RGB (Red+Green+Blue) = 19+152+101=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 152 (59.77% from 255 or 55.88% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 152 - color contains mainly: green. Hex color #139865 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139865 is #EC679A. Grayscale: #6A6A6A. Windows color (decimal): -15493019 or 6658067. OLE color: 6658067.

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

Color convert

RGB 19 152 101 -
CMYK 0.87 0 0.34 0.40
HSL 156.99º 0.78% 0.34% -
HSV(B) 156.99º 0.88% 0.6% -
XYZ 13.85 23.53 16.12 -
YUV 106.42 124.94 65.65 -
System Red Green Blue C M Y K H S L
Decimal 19 152 101 0.87 0 0.34 0.40 156.99 0.78 0.34
Hex 13 98 65 57 0 22 28 9D 4E 22
Octal 23 230 145 127 0 42 50 235 116 42
Binary 10011 10011000 1100101 1010111 0 100010 101000 10011101 1001110 100010

Color Harmonies of #139865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139865

Black with #139865

Text Example


Text Example

White with #139865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139865; }

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

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

background-color css

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

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

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

border-color css

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

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

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