#12A36D

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

Shades of Jade #12A36D

Tints of Jade #12A36D

Color information

#12A36D (or 0x12A36D) is unknown color: approx Jade. HEX triplet: 12, A3 and 6D. RGB value is (18,163,109). Sum of RGB (Red+Green+Blue) = 18+163+109=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 163 (64.06% from 255 or 56.21% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 163 - color contains mainly: green. Hex color #12A36D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A36D is #ED5C92. Grayscale: #717171. Windows color (decimal): -15555731 or 7185170. OLE color: 7185170.

HSL color Cylindrical-coordinate representation of color #12A36D: hue angle of 157.66º 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 #12A36D is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB18163109-
CMYK0.8900.330.36
HSL157.66º80.11%35.49%-
HSV(B)157.66º88.96%63.92%-
XYZ16.1127.4318.91-
YUV113.49125.4659.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.21%
GREEN value IS 163 (64.06% from 255) = 56.21%
BLUE value IS 109 (42.97% from 255) = 37.59%
R=6.21%
G=56.21%
B=37.59%

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
Decimal181631090.8900.330.36157.6680.1135.49
Hex12A36D59021249e5023
Octal222431551310414423612043
Binary1001010100011110110110110010100001100100100111101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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