#126E4A

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

Shades of Jewel #126E4A

Tints of Jewel #126E4A

Color information

#126E4A (or 0x126E4A) is unknown color: approx Jewel. HEX triplet: 12, 6E and 4A. RGB value is (18,110,74). Sum of RGB (Red+Green+Blue) = 18+110+74=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 110 (43.36% from 255 or 54.46% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 110 - color contains mainly: green. Hex color #126E4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126E4A is #ED91B5. Grayscale: #4E4E4E. Windows color (decimal): -15569334 or 4877842. OLE color: 4877842.

HSL color Cylindrical-coordinate representation of color #126E4A: hue angle of 156.52º 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 #126E4A is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.57.

Color convert

RGB1811074-
CMYK0.8400.330.57
HSL156.52º71.88%25.1%-
HSV(B)156.52º83.64%43.14%-
XYZ7.0611.778.38-
YUV78.39125.5284.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.91%
GREEN value IS 110 (43.36% from 255) = 54.46%
BLUE value IS 74 (29.30% from 255) = 36.63%
R=8.91%
G=54.46%
B=36.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18110740.8400.330.57156.5271.8825.1
Hex126E4A54021399d4819
Octal221561121240417123511031
Binary10010110111010010101010100010000111100110011101100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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