Html Css Color HEX #119469 Elf Green

📋 copy color: '#119469'

red 17 ◦ green 148 ◦ blue 105

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

Shades of Elf Green #119469

Tints of Elf Green #119469

RGB

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

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

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

R = 6.3%
G = 54.81%
B = 38.89%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#119469 (or 0x119469) is known color: Elf Green. HEX triplet: 11, 94 and 69. RGB value is (17,148,105). Sum of RGB (Red+Green+Blue) = 17+148+105=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #119469 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119469 is #EE6B96. Grayscale: #676767. Windows color (decimal): -15625111 or 6919185. OLE color: 6919185.

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

Color convert

RGB 17 148 105 -
CMYK 0.89 0 0.29 0.42
HSL 160.31º 0.79% 0.32% -
HSV(B) 160.31º 0.89% 0.58% -
XYZ 13.37 22.32 16.97 -
YUV 103.93 128.6 66 -
System Red Green Blue C M Y K H S L
Decimal 17 148 105 0.89 0 0.29 0.42 160.31 0.79 0.32
Hex 11 94 69 59 0 1D 2A A0 4F 20
Octal 21 224 151 131 0 35 52 240 117 40
Binary 10001 10010100 1101001 1011001 0 11101 101010 10100000 1001111 100000

Color Harmonies of #119469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119469

Black with #119469

Text Example


Text Example

White with #119469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119469; }

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

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

background-color css

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

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

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

border-color css

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

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

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