Html Css Color HEX #126A19 San Felix

📋 copy color: '#126A19'

red 18 ◦ green 106 ◦ blue 25

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

Shades of San Felix #126A19

Tints of San Felix #126A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 16.78%

R = 12.08%
G = 71.14%
B = 16.78%

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

#126A19 (or 0x126A19) is known color: San Felix. HEX triplet: 12, 6A and 19. RGB value is (18,106,25). Sum of RGB (Red+Green+Blue) = 18+106+25=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 106 (41.80% from 255 or 71.14% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 106 - color contains mainly: green. Hex color #126A19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126A19 is #ED95E6. Grayscale: #464646. Windows color (decimal): -15570407 or 1665554. OLE color: 1665554.

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

Color convert

RGB 18 106 25 -
CMYK 0.83 0 0.76 0.58
HSL 124.77º 0.71% 0.24% -
HSV(B) 124.77º 0.83% 0.42% -
XYZ 5.58 10.51 2.65 -
YUV 70.45 102.35 90.59 -
System Red Green Blue C M Y K H S L
Decimal 18 106 25 0.83 0 0.76 0.58 124.77 0.71 0.24
Hex 12 6A 19 53 0 4C 3A 7D 47 18
Octal 22 152 31 123 0 114 72 175 107 30
Binary 10010 1101010 11001 1010011 0 1001100 111010 1111101 1000111 11000

Color Harmonies of #126A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126A19

Black with #126A19

Text Example


Text Example

White with #126A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,106,25); }

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

background-color css

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

 a { background-color: rgb(18,106,25); }

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

border-color css

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

 span { border-color: rgb(18,106,25); }

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