Html Css Color HEX #126F1E San Felix

📋 copy color: '#126F1E'

red 18 ◦ green 111 ◦ blue 30

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

Shades of San Felix #126F1E

Tints of San Felix #126F1E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 69.81%

 BLUE value IS 30 (12.11% from 255) = 18.87%

R = 11.32%
G = 69.81%
B = 18.87%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#126F1E (or 0x126F1E) is known color: San Felix. HEX triplet: 12, 6F and 1E. RGB value is (18,111,30). Sum of RGB (Red+Green+Blue) = 18+111+30=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 111 (43.75% from 255 or 69.81% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 111 - color contains mainly: green. Hex color #126F1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126F1E is #ED90E1. Grayscale: #4A4A4A. Windows color (decimal): -15569122 or 1994514. OLE color: 1994514.

HSL color Cylindrical-coordinate representation of color #126F1E: hue angle of 127.74º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126F1E is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 111 30 -
CMYK 0.84 0 0.73 0.56
HSL 127.74º 0.72% 0.25% -
HSV(B) 127.74º 0.84% 0.44% -
XYZ 6.17 11.59 3.14 -
YUV 73.96 103.19 88.09 -
System Red Green Blue C M Y K H S L
Decimal 18 111 30 0.84 0 0.73 0.56 127.74 0.72 0.25
Hex 12 6F 1E 54 0 49 38 80 48 19
Octal 22 157 36 124 0 111 70 200 110 31
Binary 10010 1101111 11110 1010100 0 1001001 111000 10000000 1001000 11001

Color Harmonies of #126F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126F1E

Black with #126F1E

Text Example


Text Example

White with #126F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,111,30); }

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

background-color css

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

 a { background-color: rgb(18,111,30); }

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

border-color css

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

 span { border-color: rgb(18,111,30); }

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