Html Css Color HEX #109064 Elf Green

📋 copy color: '#109064'

red 16 ◦ green 144 ◦ blue 100

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

Shades of Elf Green #109064

Tints of Elf Green #109064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 38.46%

R = 6.15%
G = 55.38%
B = 38.46%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#109064 (or 0x109064) is known color: Elf Green. HEX triplet: 10, 90 and 64. RGB value is (16,144,100). Sum of RGB (Red+Green+Blue) = 16+144+100=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 144 (56.64% from 255 or 55.38% from 260); Blue value is 100 (39.45% from 255 or 38.46% from 260); Max value from RGB is 144 - color contains mainly: green. Hex color #109064 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109064 is #EF6F9B. Grayscale: #646464. Windows color (decimal): -15691676 or 6590480. OLE color: 6590480.

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

Color convert

RGB 16 144 100 -
CMYK 0.89 0 0.31 0.44
HSL 159.38º 0.8% 0.31% -
HSV(B) 159.38º 0.89% 0.56% -
XYZ 12.49 20.98 15.45 -
YUV 100.71 127.59 67.58 -
System Red Green Blue C M Y K H S L
Decimal 16 144 100 0.89 0 0.31 0.44 159.38 0.8 0.31
Hex 10 90 64 59 0 1F 2C 9F 50 1F
Octal 20 220 144 131 0 37 54 237 120 37
Binary 10000 10010000 1100100 1011001 0 11111 101100 10011111 1010000 11111

Color Harmonies of #109064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109064

Black with #109064

Text Example


Text Example

White with #109064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109064; }

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

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

background-color css

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

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

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

border-color css

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

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

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