Html Css Color HEX #106C1A San Felix

📋 copy color: '#106C1A'

red 16 ◦ green 108 ◦ blue 26

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

Shades of San Felix #106C1A

Tints of San Felix #106C1A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 72%

 BLUE value IS 26 (10.55% from 255) = 17.33%

R = 10.67%
G = 72%
B = 17.33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#106C1A (or 0x106C1A) is known color: San Felix. HEX triplet: 10, 6C and 1A. RGB value is (16,108,26). Sum of RGB (Red+Green+Blue) = 16+108+26=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 108 (42.58% from 255 or 72% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 108 - color contains mainly: green. Hex color #106C1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106C1A is #EF93E5. Grayscale: #474747. Windows color (decimal): -15700966 or 1731600. OLE color: 1731600.

HSL color Cylindrical-coordinate representation of color #106C1A: hue angle of 126.52º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106C1A is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 108 26 -
CMYK 0.85 0 0.76 0.58
HSL 126.52º 0.74% 0.24% -
HSV(B) 126.52º 0.85% 0.42% -
XYZ 5.76 10.91 2.78 -
YUV 71.14 102.52 88.67 -
System Red Green Blue C M Y K H S L
Decimal 16 108 26 0.85 0 0.76 0.58 126.52 0.74 0.24
Hex 10 6C 1A 55 0 4C 3A 7F 4A 18
Octal 20 154 32 125 0 114 72 177 112 30
Binary 10000 1101100 11010 1010101 0 1001100 111010 1111111 1001010 11000

Color Harmonies of #106C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106C1A

Black with #106C1A

Text Example


Text Example

White with #106C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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