Html Css Color HEX #109470 Elf Green

📋 copy color: '#109470'

red 16 ◦ green 148 ◦ blue 112

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

Shades of Elf Green #109470

Tints of Elf Green #109470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.58%

R = 5.8%
G = 53.62%
B = 40.58%

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

#109470 (or 0x109470) is known color: Elf Green. HEX triplet: 10, 94 and 70. RGB value is (16,148,112). Sum of RGB (Red+Green+Blue) = 16+148+112=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #109470 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109470 is #EF6B8F. Grayscale: #686868. Windows color (decimal): -15690640 or 7377936. OLE color: 7377936.

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

Color convert

RGB 16 148 112 -
CMYK 0.89 0 0.24 0.42
HSL 163.64º 0.8% 0.32% -
HSV(B) 163.64º 0.89% 0.58% -
XYZ 13.73 22.46 18.94 -
YUV 104.43 132.27 64.93 -
System Red Green Blue C M Y K H S L
Decimal 16 148 112 0.89 0 0.24 0.42 163.64 0.8 0.32
Hex 10 94 70 59 0 18 2A A4 50 20
Octal 20 224 160 131 0 30 52 244 120 40
Binary 10000 10010100 1110000 1011001 0 11000 101010 10100100 1010000 100000

Color Harmonies of #109470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109470

Black with #109470

Text Example


Text Example

White with #109470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109470; }

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

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

background-color css

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

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

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

border-color css

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

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

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