Html Css Color HEX #119461 Elf Green

📋 copy color: '#119461'

red 17 ◦ green 148 ◦ blue 97

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

Shades of Elf Green #119461

Tints of Elf Green #119461

RGB

 RED value IS 17 (7.03% from 255) = 6.49%

 GREEN value IS 148 (58.2% from 255) = 56.49%

 BLUE value IS 97 (38.28% from 255) = 37.02%

R = 6.49%
G = 56.49%
B = 37.02%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#119461 (or 0x119461) is known color: Elf Green. HEX triplet: 11, 94 and 61. RGB value is (17,148,97). Sum of RGB (Red+Green+Blue) = 17+148+97=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 148 (58.20% from 255 or 56.49% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 148 - color contains mainly: green. Hex color #119461 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119461 is #EE6B9E. Grayscale: #676767. Windows color (decimal): -15625119 or 6394897. OLE color: 6394897.

HSL color Cylindrical-coordinate representation of color #119461: hue angle of 156.64º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119461 is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 148 97 -
CMYK 0.89 0 0.34 0.42
HSL 156.64º 0.79% 0.32% -
HSV(B) 156.64º 0.89% 0.58% -
XYZ 12.98 22.16 14.9 -
YUV 103.02 124.6 66.65 -
System Red Green Blue C M Y K H S L
Decimal 17 148 97 0.89 0 0.34 0.42 156.64 0.79 0.32
Hex 11 94 61 59 0 22 2A 9D 4F 20
Octal 21 224 141 131 0 42 52 235 117 40
Binary 10001 10010100 1100001 1011001 0 100010 101010 10011101 1001111 100000

Color Harmonies of #119461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119461

Black with #119461

Text Example


Text Example

White with #119461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119461; }

 p { color: rgb(17,148,97); }

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

background-color css

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

 a { background-color: rgb(17,148,97); }

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

border-color css

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

 span { border-color: rgb(17,148,97); }

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