Html Css Color HEX #119465 Elf Green

📋 copy color: '#119465'

red 17 ◦ green 148 ◦ blue 101

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

Shades of Elf Green #119465

Tints of Elf Green #119465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.97%

R = 6.39%
G = 55.64%
B = 37.97%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#119465 (or 0x119465) is known color: Elf Green. HEX triplet: 11, 94 and 65. RGB value is (17,148,101). Sum of RGB (Red+Green+Blue) = 17+148+101=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #119465 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119465 is #EE6B9A. Grayscale: #676767. Windows color (decimal): -15625115 or 6657041. OLE color: 6657041.

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

Color convert

RGB 17 148 101 -
CMYK 0.89 0 0.32 0.42
HSL 158.47º 0.79% 0.32% -
HSV(B) 158.47º 0.89% 0.58% -
XYZ 13.17 22.24 15.91 -
YUV 103.47 126.6 66.32 -
System Red Green Blue C M Y K H S L
Decimal 17 148 101 0.89 0 0.32 0.42 158.47 0.79 0.32
Hex 11 94 65 59 0 20 2A 9E 4F 20
Octal 21 224 145 131 0 40 52 236 117 40
Binary 10001 10010100 1100101 1011001 0 100000 101010 10011110 1001111 100000

Color Harmonies of #119465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119465

Black with #119465

Text Example


Text Example

White with #119465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119465; }

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

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

background-color css

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

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

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

border-color css

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

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

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