#12A56A

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

Shades of Jade #12A56A

Tints of Jade #12A56A

Color information

#12A56A (or 0x12A56A) is unknown color: approx Jade. HEX triplet: 12, A5 and 6A. RGB value is (18,165,106). Sum of RGB (Red+Green+Blue) = 18+165+106=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 165 (64.84% from 255 or 57.09% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 165 - color contains mainly: green. Hex color #12A56A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A56A is #ED5A95. Grayscale: #727272. Windows color (decimal): -15555222 or 6989074. OLE color: 6989074.

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

Color convert

RGB18165106-
CMYK0.8900.360.35
HSL155.92º80.33%35.88%-
HSV(B)155.92º89.09%64.71%-
XYZ16.3128.0818.2-
YUV114.32123.359.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.23%
GREEN value IS 165 (64.84% from 255) = 57.09%
BLUE value IS 106 (41.80% from 255) = 36.68%
R=6.23%
G=57.09%
B=36.68%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal181651060.8900.360.35155.9280.3335.88
Hex12A56A59024239c5024
Octal222451521310444323412044
Binary1001010100101110101010110010100100100011100111001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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