#12A26D

Color #12A26D Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #12A26D

Tints of Jade #12A26D

Color information

#12A26D (or 0x12A26D) is unknown color: approx Jade. HEX triplet: 12, A2 and 6D. RGB value is (18,162,109). Sum of RGB (Red+Green+Blue) = 18+162+109=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 162 (63.67% from 255 or 56.06% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 162 - color contains mainly: green. Hex color #12A26D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A26D is #ED5D92. Grayscale: #707070. Windows color (decimal): -15555987 or 7184914. OLE color: 7184914.

HSL color Cylindrical-coordinate representation of color #12A26D: hue angle of 157.92º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A26D is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB18162109-
CMYK0.8900.330.36
HSL157.92º80%35.29%-
HSV(B)157.92º88.89%63.53%-
XYZ15.9327.0718.85-
YUV112.9125.7960.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.23%
GREEN value IS 162 (63.67% from 255) = 56.06%
BLUE value IS 109 (42.97% from 255) = 37.72%
R=6.23%
G=56.06%
B=37.72%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181621090.8900.330.36157.928035.29
Hex12A26D59021249e5023
Octal222421551310414423612043
Binary1001010100010110110110110010100001100100100111101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12A26D; }

 p { color: rgb(18,162,109); }

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

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

 a { background-color: rgb(18,162,109); }

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

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

 span { border-color: rgb(18,162,109); }

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