#12AC6A

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

Shades of Jade #12AC6A

Tints of Jade #12AC6A

Color information

#12AC6A (or 0x12AC6A) is unknown color: approx Jade. HEX triplet: 12, AC and 6A. RGB value is (18,172,106). Sum of RGB (Red+Green+Blue) = 18+172+106=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 172 (67.58% from 255 or 58.11% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AC6A is #ED5395. Grayscale: #767676. Windows color (decimal): -15553430 or 6990866. OLE color: 6990866.

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

Color convert

RGB18172106-
CMYK0.9000.380.33
HSL154.29º81.05%37.25%-
HSV(B)154.29º89.53%67.45%-
XYZ17.630.6718.63-
YUV118.43120.9856.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.08%
GREEN value IS 172 (67.58% from 255) = 58.11%
BLUE value IS 106 (41.80% from 255) = 35.81%
R=6.08%
G=58.11%
B=35.81%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181721060.9000.380.33154.2981.0537.25
Hex12AC6A5A026219a5125
Octal222541521320464123212145
Binary1001010101100110101010110100100110100001100110101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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