Html Css Color HEX #126C1A San Felix

📋 copy color: '#126C1A'

red 18 ◦ green 108 ◦ blue 26

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

Shades of San Felix #126C1A

Tints of San Felix #126C1A

RGB

 RED value IS 18 (7.42% from 255) = 11.84%

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

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

R = 11.84%
G = 71.05%
B = 17.11%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#126C1A (or 0x126C1A) is known color: San Felix. HEX triplet: 12, 6C and 1A. RGB value is (18,108,26). Sum of RGB (Red+Green+Blue) = 18+108+26=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 108 (42.58% from 255 or 71.05% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 108 - color contains mainly: green. Hex color #126C1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126C1A is #ED93E5. Grayscale: #474747. Windows color (decimal): -15569894 or 1731602. OLE color: 1731602.

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

Color convert

RGB 18 108 26 -
CMYK 0.83 0 0.76 0.58
HSL 125.33º 0.71% 0.25% -
HSV(B) 125.33º 0.83% 0.42% -
XYZ 5.8 10.93 2.78 -
YUV 71.74 102.18 89.67 -
System Red Green Blue C M Y K H S L
Decimal 18 108 26 0.83 0 0.76 0.58 125.33 0.71 0.25
Hex 12 6C 1A 53 0 4C 3A 7D 47 19
Octal 22 154 32 123 0 114 72 175 107 31
Binary 10010 1101100 11010 1010011 0 1001100 111010 1111101 1000111 11001

Color Harmonies of #126C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126C1A

Black with #126C1A

Text Example


Text Example

White with #126C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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