Html Css Color HEX #118474 Elf Green

📋 copy color: '#118474'

red 17 ◦ green 132 ◦ blue 116

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

Shades of Elf Green #118474

Tints of Elf Green #118474

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.81%

 BLUE value IS 116 (45.7% from 255) = 43.77%

R = 6.42%
G = 49.81%
B = 43.77%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#118474 (or 0x118474) is known color: Elf Green. HEX triplet: 11, 84 and 74. RGB value is (17,132,116). Sum of RGB (Red+Green+Blue) = 17+132+116=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 132 (51.95% from 255 or 49.81% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 132 - color contains mainly: green. Hex color #118474 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118474 is #EE7B8B. Grayscale: #5F5F5F. Windows color (decimal): -15629196 or 7635985. OLE color: 7635985.

HSL color Cylindrical-coordinate representation of color #118474: hue angle of 171.65º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118474 is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 132 116 -
CMYK 0.87 0 0.12 0.48
HSL 171.65º 0.77% 0.29% -
HSV(B) 171.65º 0.87% 0.52% -
XYZ 11.63 17.88 19.36 -
YUV 95.79 139.4 71.8 -
System Red Green Blue C M Y K H S L
Decimal 17 132 116 0.87 0 0.12 0.48 171.65 0.77 0.29
Hex 11 84 74 57 0 C 30 AC 4D 1D
Octal 21 204 164 127 0 14 60 254 115 35
Binary 10001 10000100 1110100 1010111 0 1100 110000 10101100 1001101 11101

Color Harmonies of #118474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118474

Black with #118474

Text Example


Text Example

White with #118474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118474; }

 p { color: rgb(17,132,116); }

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

background-color css

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

 a { background-color: rgb(17,132,116); }

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

border-color css

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

 span { border-color: rgb(17,132,116); }

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