Html Css Color HEX #10946C Elf Green

📋 copy color: '#10946C'

red 16 ◦ green 148 ◦ blue 108

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

Shades of Elf Green #10946C

Tints of Elf Green #10946C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.71%

R = 5.88%
G = 54.41%
B = 39.71%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#10946C (or 0x10946C) is known color: Elf Green. HEX triplet: 10, 94 and 6C. RGB value is (16,148,108). Sum of RGB (Red+Green+Blue) = 16+148+108=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #10946C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10946C is #EF6B93. Grayscale: #676767. Windows color (decimal): -15690644 or 7115792. OLE color: 7115792.

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

Color convert

RGB 16 148 108 -
CMYK 0.89 0 0.27 0.42
HSL 161.82º 0.8% 0.32% -
HSV(B) 161.82º 0.89% 0.58% -
XYZ 13.51 22.37 17.79 -
YUV 103.97 130.27 65.25 -
System Red Green Blue C M Y K H S L
Decimal 16 148 108 0.89 0 0.27 0.42 161.82 0.8 0.32
Hex 10 94 6C 59 0 1B 2A A2 50 20
Octal 20 224 154 131 0 33 52 242 120 40
Binary 10000 10010100 1101100 1011001 0 11011 101010 10100010 1010000 100000

Color Harmonies of #10946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10946C

Black with #10946C

Text Example


Text Example

White with #10946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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