Html Css Color HEX #126A18 San Felix

📋 copy color: '#126A18'

red 18 ◦ green 106 ◦ blue 24

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

Shades of San Felix #126A18

Tints of San Felix #126A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.22%

R = 12.16%
G = 71.62%
B = 16.22%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.77

 K value IS 0.58

RGB Variations

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

Color information

#126A18 (or 0x126A18) is known color: San Felix. HEX triplet: 12, 6A and 18. RGB value is (18,106,24). Sum of RGB (Red+Green+Blue) = 18+106+24=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 106 (41.80% from 255 or 71.62% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 106 - color contains mainly: green. Hex color #126A18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126A18 is #ED95E7. Grayscale: #464646. Windows color (decimal): -15570408 or 1600018. OLE color: 1600018.

HSL color Cylindrical-coordinate representation of color #126A18: hue angle of 124.09º 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 #126A18 is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 106 24 -
CMYK 0.83 0 0.77 0.58
HSL 124.09º 0.71% 0.24% -
HSV(B) 124.09º 0.83% 0.42% -
XYZ 5.57 10.5 2.6 -
YUV 70.34 101.85 90.67 -
System Red Green Blue C M Y K H S L
Decimal 18 106 24 0.83 0 0.77 0.58 124.09 0.71 0.24
Hex 12 6A 18 53 0 4D 3A 7C 47 18
Octal 22 152 30 123 0 115 72 174 107 30
Binary 10010 1101010 11000 1010011 0 1001101 111010 1111100 1000111 11000

Color Harmonies of #126A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126A18

Black with #126A18

Text Example


Text Example

White with #126A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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