#12AC6E

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

Shades of Jade #12AC6E

Tints of Jade #12AC6E

Color information

#12AC6E (or 0x12AC6E) is unknown color: approx Jade. HEX triplet: 12, AC and 6E. RGB value is (18,172,110). Sum of RGB (Red+Green+Blue) = 18+172+110=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 172 (67.58% from 255 or 57.33% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AC6E is #ED5391. Grayscale: #767676. Windows color (decimal): -15553426 or 7253010. OLE color: 7253010.

HSL color Cylindrical-coordinate representation of color #12AC6E: hue angle of 155.84º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AC6E is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB18172110-
CMYK0.9000.360.33
HSL155.84º81.05%37.25%-
HSV(B)155.84º89.53%67.45%-
XYZ17.8230.7619.75-
YUV118.89122.9856.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6%
GREEN value IS 172 (67.58% from 255) = 57.33%
BLUE value IS 110 (43.36% from 255) = 36.67%
R=6%
G=57.33%
B=36.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181721100.9000.360.33155.8481.0537.25
Hex12AC6E5A024219c5125
Octal222541561320444123412145
Binary1001010101100110111010110100100100100001100111001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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