#12A76C

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

Shades of Jade #12A76C

Tints of Jade #12A76C

Color information

#12A76C (or 0x12A76C) is unknown color: approx Jade. HEX triplet: 12, A7 and 6C. RGB value is (18,167,108). Sum of RGB (Red+Green+Blue) = 18+167+108=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 167 (65.62% from 255 or 57.00% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 167 - color contains mainly: green. Hex color #12A76C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A76C is #ED5893. Grayscale: #737373. Windows color (decimal): -15554708 or 7120658. OLE color: 7120658.

HSL color Cylindrical-coordinate representation of color #12A76C: hue angle of 156.24º degrees, saturation: 0.81, 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 #12A76C is Cyan = 0.89, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB18167108-
CMYK0.8900.350.35
HSL156.24º80.54%36.27%-
HSV(B)156.24º89.22%65.49%-
XYZ16.7728.8518.87-
YUV115.72123.6458.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.14%
GREEN value IS 167 (65.62% from 255) = 57.00%
BLUE value IS 108 (42.58% from 255) = 36.86%
R=6.14%
G=57.00%
B=36.86%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal181671080.8900.350.35156.2480.5436.27
Hex12A76C59023239c5124
Octal222471541310434323412144
Binary1001010100111110110010110010100011100011100111001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,167,108); }

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

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

 a { background-color: rgb(18,167,108); }

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

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

 span { border-color: rgb(18,167,108); }

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