Html Css Color HEX #109471 Elf Green

📋 copy color: '#109471'

red 16 ◦ green 148 ◦ blue 113

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

Shades of Elf Green #109471

Tints of Elf Green #109471

RGB

 RED value IS 16 (6.64% from 255) = 5.78%

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

 BLUE value IS 113 (44.53% from 255) = 40.79%

R = 5.78%
G = 53.43%
B = 40.79%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#109471 (or 0x109471) is known color: Elf Green. HEX triplet: 10, 94 and 71. RGB value is (16,148,113). Sum of RGB (Red+Green+Blue) = 16+148+113=277 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.78% from 277); Green value is 148 (58.20% from 255 or 53.43% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 148 - color contains mainly: green. Hex color #109471 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109471 is #EF6B8E. Grayscale: #686868. Windows color (decimal): -15690639 or 7443472. OLE color: 7443472.

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

Color convert

RGB 16 148 113 -
CMYK 0.89 0 0.24 0.42
HSL 164.09º 0.8% 0.32% -
HSV(B) 164.09º 0.89% 0.58% -
XYZ 13.78 22.48 19.24 -
YUV 104.54 132.77 64.85 -
System Red Green Blue C M Y K H S L
Decimal 16 148 113 0.89 0 0.24 0.42 164.09 0.8 0.32
Hex 10 94 71 59 0 18 2A A4 50 20
Octal 20 224 161 131 0 30 52 244 120 40
Binary 10000 10010100 1110001 1011001 0 11000 101010 10100100 1010000 100000

Color Harmonies of #109471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109471

Black with #109471

Text Example


Text Example

White with #109471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109471; }

 p { color: rgb(16,148,113); }

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

background-color css

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

 a { background-color: rgb(16,148,113); }

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

border-color css

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

 span { border-color: rgb(16,148,113); }

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