Html Css Color HEX #106D1A San Felix

📋 copy color: '#106D1A'

red 16 ◦ green 109 ◦ blue 26

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

Shades of San Felix #106D1A

Tints of San Felix #106D1A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 72.19%

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

R = 10.6%
G = 72.19%
B = 17.22%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.57

RGB Variations

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

Color information

#106D1A (or 0x106D1A) is known color: San Felix. HEX triplet: 10, 6D and 1A. RGB value is (16,109,26). Sum of RGB (Red+Green+Blue) = 16+109+26=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 109 (42.97% from 255 or 72.19% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 109 - color contains mainly: green. Hex color #106D1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106D1A is #EF92E5. Grayscale: #474747. Windows color (decimal): -15700710 or 1731856. OLE color: 1731856.

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

Color convert

RGB 16 109 26 -
CMYK 0.85 0 0.76 0.57
HSL 126.45º 0.74% 0.25% -
HSV(B) 126.45º 0.85% 0.43% -
XYZ 5.87 11.12 2.81 -
YUV 71.73 102.19 88.25 -
System Red Green Blue C M Y K H S L
Decimal 16 109 26 0.85 0 0.76 0.57 126.45 0.74 0.25
Hex 10 6D 1A 55 0 4C 39 7E 4A 19
Octal 20 155 32 125 0 114 71 176 112 31
Binary 10000 1101101 11010 1010101 0 1001100 111001 1111110 1001010 11001

Color Harmonies of #106D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106D1A

Black with #106D1A

Text Example


Text Example

White with #106D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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