Html Css Color HEX #109469 Elf Green

📋 copy color: '#109469'

red 16 ◦ green 148 ◦ blue 105

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

Shades of Elf Green #109469

Tints of Elf Green #109469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 39.03%

R = 5.95%
G = 55.02%
B = 39.03%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#109469 (or 0x109469) is known color: Elf Green. HEX triplet: 10, 94 and 69. RGB value is (16,148,105). Sum of RGB (Red+Green+Blue) = 16+148+105=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 148 (58.20% from 255 or 55.02% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 148 - color contains mainly: green. Hex color #109469 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109469 is #EF6B96. Grayscale: #676767. Windows color (decimal): -15690647 or 6919184. OLE color: 6919184.

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

Color convert

RGB 16 148 105 -
CMYK 0.89 0 0.29 0.42
HSL 160.45º 0.8% 0.32% -
HSV(B) 160.45º 0.89% 0.58% -
XYZ 13.35 22.31 16.97 -
YUV 103.63 128.77 65.5 -
System Red Green Blue C M Y K H S L
Decimal 16 148 105 0.89 0 0.29 0.42 160.45 0.8 0.32
Hex 10 94 69 59 0 1D 2A A0 50 20
Octal 20 224 151 131 0 35 52 240 120 40
Binary 10000 10010100 1101001 1011001 0 11101 101010 10100000 1010000 100000

Color Harmonies of #109469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109469

Black with #109469

Text Example


Text Example

White with #109469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109469; }

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

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

background-color css

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

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

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

border-color css

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

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

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