Html Css Color HEX #119468 Elf Green

📋 copy color: '#119468'

red 17 ◦ green 148 ◦ blue 104

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

Shades of Elf Green #119468

Tints of Elf Green #119468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.66%

R = 6.32%
G = 55.02%
B = 38.66%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#119468 (or 0x119468) is known color: Elf Green. HEX triplet: 11, 94 and 68. RGB value is (17,148,104). Sum of RGB (Red+Green+Blue) = 17+148+104=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 148 (58.20% from 255 or 55.02% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 148 - color contains mainly: green. Hex color #119468 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119468 is #EE6B97. Grayscale: #676767. Windows color (decimal): -15625112 or 6853649. OLE color: 6853649.

HSL color Cylindrical-coordinate representation of color #119468: hue angle of 159.85º 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 #119468 is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 148 104 -
CMYK 0.89 0 0.30 0.42
HSL 159.85º 0.79% 0.32% -
HSV(B) 159.85º 0.89% 0.58% -
XYZ 13.32 22.3 16.7 -
YUV 103.82 128.1 66.08 -
System Red Green Blue C M Y K H S L
Decimal 17 148 104 0.89 0 0.30 0.42 159.85 0.79 0.32
Hex 11 94 68 59 0 1E 2A A0 4F 20
Octal 21 224 150 131 0 36 52 240 117 40
Binary 10001 10010100 1101000 1011001 0 11110 101010 10100000 1001111 100000

Color Harmonies of #119468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119468

Black with #119468

Text Example


Text Example

White with #119468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119468; }

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

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

background-color css

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

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

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

border-color css

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

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

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