Html Css Color HEX #139866 Elf Green

📋 copy color: '#139866'

red 19 ◦ green 152 ◦ blue 102

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

Shades of Elf Green #139866

Tints of Elf Green #139866

RGB

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

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

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

R = 6.96%
G = 55.68%
B = 37.36%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#139866 (or 0x139866) is known color: Elf Green. HEX triplet: 13, 98 and 66. RGB value is (19,152,102). Sum of RGB (Red+Green+Blue) = 19+152+102=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 152 (59.77% from 255 or 55.68% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 152 - color contains mainly: green. Hex color #139866 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139866 is #EC6799. Grayscale: #6A6A6A. Windows color (decimal): -15493018 or 6723603. OLE color: 6723603.

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

Color convert

RGB 19 152 102 -
CMYK 0.87 0 0.33 0.40
HSL 157.44º 0.78% 0.34% -
HSV(B) 157.44º 0.88% 0.6% -
XYZ 13.9 23.55 16.38 -
YUV 106.53 125.44 65.57 -
System Red Green Blue C M Y K H S L
Decimal 19 152 102 0.87 0 0.33 0.40 157.44 0.78 0.34
Hex 13 98 66 57 0 21 28 9D 4E 22
Octal 23 230 146 127 0 41 50 235 116 42
Binary 10011 10011000 1100110 1010111 0 100001 101000 10011101 1001110 100010

Color Harmonies of #139866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139866

Black with #139866

Text Example


Text Example

White with #139866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139866; }

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

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

background-color css

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

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

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

border-color css

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

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

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