#126E42

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

Shades of Jewel #126E42

Tints of Jewel #126E42

Color information

#126E42 (or 0x126E42) is unknown color: approx Jewel. HEX triplet: 12, 6E and 42. RGB value is (18,110,66). Sum of RGB (Red+Green+Blue) = 18+110+66=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 110 (43.36% from 255 or 56.70% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 110 - color contains mainly: green. Hex color #126E42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126E42 is #ED91BD. Grayscale: #4D4D4D. Windows color (decimal): -15569342 or 4353554. OLE color: 4353554.

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

Color convert

RGB1811066-
CMYK0.8400.40.57
HSL151.3º71.88%25.1%-
HSV(B)151.3º83.64%43.14%-
XYZ6.8111.677.05-
YUV77.48121.5285.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.28%
GREEN value IS 110 (43.36% from 255) = 56.70%
BLUE value IS 66 (26.17% from 255) = 34.02%
R=9.28%
G=56.70%
B=34.02%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18110660.8400.40.57151.371.8825.1
Hex126E425402839974819
Octal221561021240507122711031
Binary10010110111010000101010100010100011100110010111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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