Html Css Color HEX #139869 Elf Green

📋 copy color: '#139869'

red 19 ◦ green 152 ◦ blue 105

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

Shades of Elf Green #139869

Tints of Elf Green #139869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.04%

R = 6.88%
G = 55.07%
B = 38.04%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#139869 (or 0x139869) is known color: Elf Green. HEX triplet: 13, 98 and 69. RGB value is (19,152,105). Sum of RGB (Red+Green+Blue) = 19+152+105=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 152 (59.77% from 255 or 55.07% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 152 - color contains mainly: green. Hex color #139869 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139869 is #EC6796. Grayscale: #6A6A6A. Windows color (decimal): -15493015 or 6920211. OLE color: 6920211.

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

Color convert

RGB 19 152 105 -
CMYK 0.87 0 0.31 0.40
HSL 158.8º 0.78% 0.34% -
HSV(B) 158.8º 0.88% 0.6% -
XYZ 14.05 23.61 17.18 -
YUV 106.88 126.94 65.32 -
System Red Green Blue C M Y K H S L
Decimal 19 152 105 0.87 0 0.31 0.40 158.8 0.78 0.34
Hex 13 98 69 57 0 1F 28 9F 4E 22
Octal 23 230 151 127 0 37 50 237 116 42
Binary 10011 10011000 1101001 1010111 0 11111 101000 10011111 1001110 100010

Color Harmonies of #139869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139869

Black with #139869

Text Example


Text Example

White with #139869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139869; }

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

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

background-color css

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

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

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

border-color css

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

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

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