Html Css Color HEX #109472 Elf Green

📋 copy color: '#109472'

red 16 ◦ green 148 ◦ blue 114

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

Shades of Elf Green #109472

Tints of Elf Green #109472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 41.01%

R = 5.76%
G = 53.24%
B = 41.01%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#109472 (or 0x109472) is known color: Elf Green. HEX triplet: 10, 94 and 72. RGB value is (16,148,114). Sum of RGB (Red+Green+Blue) = 16+148+114=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 148 (58.20% from 255 or 53.24% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 148 - color contains mainly: green. Hex color #109472 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109472 is #EF6B8D. Grayscale: #686868. Windows color (decimal): -15690638 or 7509008. OLE color: 7509008.

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

Color convert

RGB 16 148 114 -
CMYK 0.89 0 0.23 0.42
HSL 164.55º 0.8% 0.32% -
HSV(B) 164.55º 0.89% 0.58% -
XYZ 13.84 22.5 19.53 -
YUV 104.66 133.27 64.76 -
System Red Green Blue C M Y K H S L
Decimal 16 148 114 0.89 0 0.23 0.42 164.55 0.8 0.32
Hex 10 94 72 59 0 17 2A A5 50 20
Octal 20 224 162 131 0 27 52 245 120 40
Binary 10000 10010100 1110010 1011001 0 10111 101010 10100101 1010000 100000

Color Harmonies of #109472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109472

Black with #109472

Text Example


Text Example

White with #109472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109472; }

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

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

background-color css

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

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

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

border-color css

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

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

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