#126918

Color #126918 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #126918

Tints of San Felix #126918

Color information

#126918 (or 0x126918) is unknown color: approx San Felix. HEX triplet: 12, 69 and 18. RGB value is (18,105,24). Sum of RGB (Red+Green+Blue) = 18+105+24=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 105 (41.41% from 255 or 71.43% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 105 - color contains mainly: green. Hex color #126918 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126918 is #ED96E7. Grayscale: #454545. Windows color (decimal): -15570664 or 1599762. OLE color: 1599762.

HSL color Cylindrical-coordinate representation of color #126918: hue angle of 124.14º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126918 is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB1810524-
CMYK0.8300.770.59
HSL124.14º70.73%24.12%-
HSV(B)124.14º82.86%41.18%-
XYZ5.4710.32.56-
YUV69.75102.1891.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 105 (41.41% from 255) = 71.43%
BLUE value IS 24 (9.77% from 255) = 16.33%
R=12.24%
G=71.43%
B=16.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18105240.8300.770.59124.1470.7324.12
Hex1269185304D3B7c4718
Octal221513012301157317410730
Binary100101101001110001010011010011011110111111100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126918; }

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

 H1.HeaderClassName
 {
   color: #126918;
 }
 .AnyTagClassName
 {
   color: #126918;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #126918;
 }
 .BgClassName
 {
   background-color: #126918;
 }
</style>
border-color css

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

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

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