Html Css Color HEX #109070 Elf Green

📋 copy color: '#109070'

red 16 ◦ green 144 ◦ blue 112

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

Shades of Elf Green #109070

Tints of Elf Green #109070

RGB

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

 GREEN value IS 144 (56.64% from 255) = 52.94%

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

R = 5.88%
G = 52.94%
B = 41.18%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#109070 (or 0x109070) is known color: Elf Green. HEX triplet: 10, 90 and 70. RGB value is (16,144,112). Sum of RGB (Red+Green+Blue) = 16+144+112=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 144 (56.64% from 255 or 52.94% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 144 - color contains mainly: green. Hex color #109070 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109070 is #EF6F8F. Grayscale: #666666. Windows color (decimal): -15691664 or 7376912. OLE color: 7376912.

HSL color Cylindrical-coordinate representation of color #109070: hue angle of 165º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109070 is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 144 112 -
CMYK 0.89 0 0.22 0.44
HSL 165º 0.8% 0.31% -
HSV(B) 165º 0.89% 0.56% -
XYZ 13.11 21.23 18.74 -
YUV 102.08 133.59 66.6 -
System Red Green Blue C M Y K H S L
Decimal 16 144 112 0.89 0 0.22 0.44 165 0.8 0.31
Hex 10 90 70 59 0 16 2C A5 50 1F
Octal 20 220 160 131 0 26 54 245 120 37
Binary 10000 10010000 1110000 1011001 0 10110 101100 10100101 1010000 11111

Color Harmonies of #109070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109070

Black with #109070

Text Example


Text Example

White with #109070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109070; }

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

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

background-color css

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

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

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

border-color css

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

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

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