#126E46

Color #126E46 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #126E46

Tints of Jewel #126E46

Color information

#126E46 (or 0x126E46) is unknown color: approx Jewel. HEX triplet: 12, 6E and 46. RGB value is (18,110,70). Sum of RGB (Red+Green+Blue) = 18+110+70=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 110 (43.36% from 255 or 55.56% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 110 - color contains mainly: green. Hex color #126E46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126E46 is #ED91B9. Grayscale: #4E4E4E. Windows color (decimal): -15569338 or 4615698. OLE color: 4615698.

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

Color convert

RGB1811070-
CMYK0.8400.360.57
HSL153.91º71.88%25.1%-
HSV(B)153.91º83.64%43.14%-
XYZ6.9311.727.69-
YUV77.93123.5285.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.09%
GREEN value IS 110 (43.36% from 255) = 55.56%
BLUE value IS 70 (27.73% from 255) = 35.35%
R=9.09%
G=55.56%
B=35.35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18110700.8400.360.57153.9171.8825.1
Hex126E4654024399a4819
Octal221561061240447123211031
Binary10010110111010001101010100010010011100110011010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,110,70); }

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

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

 a { background-color: rgb(18,110,70); }

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

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

 span { border-color: rgb(18,110,70); }

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