Html Css Color HEX #109465 Elf Green

📋 copy color: '#109465'

red 16 ◦ green 148 ◦ blue 101

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

Shades of Elf Green #109465

Tints of Elf Green #109465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.11%

R = 6.04%
G = 55.85%
B = 38.11%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#109465 (or 0x109465) is known color: Elf Green. HEX triplet: 10, 94 and 65. RGB value is (16,148,101). Sum of RGB (Red+Green+Blue) = 16+148+101=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 148 (58.20% from 255 or 55.85% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 148 - color contains mainly: green. Hex color #109465 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109465 is #EF6B9A. Grayscale: #676767. Windows color (decimal): -15690651 or 6657040. OLE color: 6657040.

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

Color convert

RGB 16 148 101 -
CMYK 0.89 0 0.32 0.42
HSL 158.64º 0.8% 0.32% -
HSV(B) 158.64º 0.89% 0.58% -
XYZ 13.15 22.23 15.91 -
YUV 103.17 126.77 65.82 -
System Red Green Blue C M Y K H S L
Decimal 16 148 101 0.89 0 0.32 0.42 158.64 0.8 0.32
Hex 10 94 65 59 0 20 2A 9F 50 20
Octal 20 224 145 131 0 40 52 237 120 40
Binary 10000 10010100 1100101 1011001 0 100000 101010 10011111 1010000 100000

Color Harmonies of #109465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109465

Black with #109465

Text Example


Text Example

White with #109465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109465; }

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

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

background-color css

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

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

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

border-color css

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

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

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