Html Css Color HEX #109268 Elf Green

📋 copy color: '#109268'

red 16 ◦ green 146 ◦ blue 104

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

Shades of Elf Green #109268

Tints of Elf Green #109268

RGB

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

 GREEN value IS 146 (57.42% from 255) = 54.89%

 BLUE value IS 104 (41.02% from 255) = 39.1%

R = 6.02%
G = 54.89%
B = 39.1%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#109268 (or 0x109268) is known color: Elf Green. HEX triplet: 10, 92 and 68. RGB value is (16,146,104). Sum of RGB (Red+Green+Blue) = 16+146+104=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 146 (57.42% from 255 or 54.89% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 146 - color contains mainly: green. Hex color #109268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109268 is #EF6D97. Grayscale: #666666. Windows color (decimal): -15691160 or 6853136. OLE color: 6853136.

HSL color Cylindrical-coordinate representation of color #109268: hue angle of 160.62º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109268 is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB 16 146 104 -
CMYK 0.89 0 0.29 0.43
HSL 160.62º 0.8% 0.32% -
HSV(B) 160.62º 0.89% 0.57% -
XYZ 12.99 21.67 16.59 -
YUV 102.34 128.93 66.42 -
System Red Green Blue C M Y K H S L
Decimal 16 146 104 0.89 0 0.29 0.43 160.62 0.8 0.32
Hex 10 92 68 59 0 1D 2B A1 50 20
Octal 20 222 150 131 0 35 53 241 120 40
Binary 10000 10010010 1101000 1011001 0 11101 101011 10100001 1010000 100000

Color Harmonies of #109268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109268

Black with #109268

Text Example


Text Example

White with #109268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109268; }

 p { color: rgb(16,146,104); }

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

background-color css

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

 a { background-color: rgb(16,146,104); }

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

border-color css

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

 span { border-color: rgb(16,146,104); }

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