#12A36F

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

Shades of Jade #12A36F

Tints of Jade #12A36F

Color information

#12A36F (or 0x12A36F) is unknown color: approx Jade. HEX triplet: 12, A3 and 6F. RGB value is (18,163,111). Sum of RGB (Red+Green+Blue) = 18+163+111=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 163 (64.06% from 255 or 55.82% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 163 - color contains mainly: green. Hex color #12A36F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A36F is #ED5C90. Grayscale: #717171. Windows color (decimal): -15555729 or 7316242. OLE color: 7316242.

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

Color convert

RGB18163111-
CMYK0.8900.320.36
HSL158.48º80.11%35.49%-
HSV(B)158.48º88.96%63.92%-
XYZ16.2227.4719.49-
YUV113.72126.4659.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.16%
GREEN value IS 163 (64.06% from 255) = 55.82%
BLUE value IS 111 (43.75% from 255) = 38.01%
R=6.16%
G=55.82%
B=38.01%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181631110.8900.320.36158.4880.1135.49
Hex12A36F59020249e5023
Octal222431571310404423612043
Binary1001010100011110111110110010100000100100100111101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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