Html Css Color HEX #119275 Elf Green

📋 copy color: '#119275'

red 17 ◦ green 146 ◦ blue 117

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

Shades of Elf Green #119275

Tints of Elf Green #119275

RGB

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

 GREEN value IS 146 (57.42% from 255) = 52.14%

 BLUE value IS 117 (46.09% from 255) = 41.79%

R = 6.07%
G = 52.14%
B = 41.79%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#119275 (or 0x119275) is known color: Elf Green. HEX triplet: 11, 92 and 75. RGB value is (17,146,117). Sum of RGB (Red+Green+Blue) = 17+146+117=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 146 (57.42% from 255 or 52.14% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 146 - color contains mainly: green. Hex color #119275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119275 is #EE6D8A. Grayscale: #686868. Windows color (decimal): -15625611 or 7705105. OLE color: 7705105.

HSL color Cylindrical-coordinate representation of color #119275: hue angle of 166.51º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119275 is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 146 117 -
CMYK 0.88 0 0.20 0.43
HSL 166.51º 0.79% 0.32% -
HSV(B) 166.51º 0.88% 0.57% -
XYZ 13.72 21.96 20.35 -
YUV 104.12 135.26 65.86 -
System Red Green Blue C M Y K H S L
Decimal 17 146 117 0.88 0 0.20 0.43 166.51 0.79 0.32
Hex 11 92 75 58 0 14 2B A7 4F 20
Octal 21 222 165 130 0 24 53 247 117 40
Binary 10001 10010010 1110101 1011000 0 10100 101011 10100111 1001111 100000

Color Harmonies of #119275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119275

Black with #119275

Text Example


Text Example

White with #119275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119275; }

 p { color: rgb(17,146,117); }

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

background-color css

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

 a { background-color: rgb(17,146,117); }

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

border-color css

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

 span { border-color: rgb(17,146,117); }

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