#12A76D

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

Shades of Jade #12A76D

Tints of Jade #12A76D

Color information

#12A76D (or 0x12A76D) is unknown color: approx Jade. HEX triplet: 12, A7 and 6D. RGB value is (18,167,109). Sum of RGB (Red+Green+Blue) = 18+167+109=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 167 (65.62% from 255 or 56.80% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 167 - color contains mainly: green. Hex color #12A76D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A76D is #ED5892. Grayscale: #737373. Windows color (decimal): -15554707 or 7186194. OLE color: 7186194.

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

Color convert

RGB18167109-
CMYK0.8900.350.35
HSL156.64º80.54%36.27%-
HSV(B)156.64º89.22%65.49%-
XYZ16.8328.8719.15-
YUV115.84124.1458.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.12%
GREEN value IS 167 (65.62% from 255) = 56.80%
BLUE value IS 109 (42.97% from 255) = 37.07%
R=6.12%
G=56.80%
B=37.07%

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
Decimal181671090.8900.350.35156.6480.5436.27
Hex12A76D59023239d5124
Octal222471551310434323512144
Binary1001010100111110110110110010100011100011100111011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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