Html Css Color HEX #116A1A San Felix

📋 copy color: '#116A1A'

red 17 ◦ green 106 ◦ blue 26

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

Shades of San Felix #116A1A

Tints of San Felix #116A1A

RGB

 RED value IS 17 (7.03% from 255) = 11.41%

 GREEN value IS 106 (41.8% from 255) = 71.14%

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

R = 11.41%
G = 71.14%
B = 17.45%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.75

 K value IS 0.58

RGB Variations

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

Color information

#116A1A (or 0x116A1A) is known color: San Felix. HEX triplet: 11, 6A and 1A. RGB value is (17,106,26). Sum of RGB (Red+Green+Blue) = 17+106+26=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 106 (41.80% from 255 or 71.14% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 106 - color contains mainly: green. Hex color #116A1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116A1A is #EE95E5. Grayscale: #464646. Windows color (decimal): -15635942 or 1731089. OLE color: 1731089.

HSL color Cylindrical-coordinate representation of color #116A1A: hue angle of 126.07º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116A1A is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 106 26 -
CMYK 0.84 0 0.75 0.58
HSL 126.07º 0.72% 0.24% -
HSV(B) 126.07º 0.84% 0.42% -
XYZ 5.57 10.5 2.71 -
YUV 70.27 103.01 90 -
System Red Green Blue C M Y K H S L
Decimal 17 106 26 0.84 0 0.75 0.58 126.07 0.72 0.24
Hex 11 6A 1A 54 0 4B 3A 7E 48 18
Octal 21 152 32 124 0 113 72 176 110 30
Binary 10001 1101010 11010 1010100 0 1001011 111010 1111110 1001000 11000

Color Harmonies of #116A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116A1A

Black with #116A1A

Text Example


Text Example

White with #116A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116A1A; }

 p { color: rgb(17,106,26); }

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

background-color css

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

 a { background-color: rgb(17,106,26); }

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

border-color css

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

 span { border-color: rgb(17,106,26); }

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