#126C4E

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

Shades of Jewel #126C4E

Tints of Jewel #126C4E

Color information

#126C4E (or 0x126C4E) is unknown color: approx Jewel. HEX triplet: 12, 6C and 4E. RGB value is (18,108,78). Sum of RGB (Red+Green+Blue) = 18+108+78=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 108 (42.58% from 255 or 52.94% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 108 - color contains mainly: green. Hex color #126C4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126C4E is #ED93B1. Grayscale: #4D4D4D. Windows color (decimal): -15569842 or 5139474. OLE color: 5139474.

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

Color convert

RGB1810878-
CMYK0.8300.280.58
HSL160º71.43%24.71%-
HSV(B)160º83.33%42.35%-
XYZ6.9911.49.04-
YUV77.67128.1885.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.82%
GREEN value IS 108 (42.58% from 255) = 52.94%
BLUE value IS 78 (30.86% from 255) = 38.24%
R=8.82%
G=52.94%
B=38.24%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18108780.8300.280.5816071.4324.71
Hex126C4E5301C3Aa04719
Octal221541161230347224010731
Binary1001011011001001110101001101110011101010100000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,108,78); }

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

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

 a { background-color: rgb(18,108,78); }

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

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

 span { border-color: rgb(18,108,78); }

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