Html Css Color HEX #10946F Elf Green

📋 copy color: '#10946F'

red 16 ◦ green 148 ◦ blue 111

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

Shades of Elf Green #10946F

Tints of Elf Green #10946F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.36%

R = 5.82%
G = 53.82%
B = 40.36%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#10946F (or 0x10946F) is known color: Elf Green. HEX triplet: 10, 94 and 6F. RGB value is (16,148,111). Sum of RGB (Red+Green+Blue) = 16+148+111=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 148 (58.20% from 255 or 53.82% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 148 - color contains mainly: green. Hex color #10946F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10946F is #EF6B90. Grayscale: #686868. Windows color (decimal): -15690641 or 7312400. OLE color: 7312400.

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

Color convert

RGB 16 148 111 -
CMYK 0.89 0 0.25 0.42
HSL 163.18º 0.8% 0.32% -
HSV(B) 163.18º 0.89% 0.58% -
XYZ 13.67 22.44 18.65 -
YUV 104.31 131.77 65.01 -
System Red Green Blue C M Y K H S L
Decimal 16 148 111 0.89 0 0.25 0.42 163.18 0.8 0.32
Hex 10 94 6F 59 0 19 2A A3 50 20
Octal 20 224 157 131 0 31 52 243 120 40
Binary 10000 10010100 1101111 1011001 0 11001 101010 10100011 1010000 100000

Color Harmonies of #10946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10946F

Black with #10946F

Text Example


Text Example

White with #10946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10946F; }

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

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

background-color css

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

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

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

border-color css

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

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

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