#12AB6D

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

Shades of Jade #12AB6D

Tints of Jade #12AB6D

Color information

#12AB6D (or 0x12AB6D) is unknown color: approx Jade. HEX triplet: 12, AB and 6D. RGB value is (18,171,109). Sum of RGB (Red+Green+Blue) = 18+171+109=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 171 (67.19% from 255 or 57.38% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AB6D is #ED5492. Grayscale: #767676. Windows color (decimal): -15553683 or 7187218. OLE color: 7187218.

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

Color convert

RGB18171109-
CMYK0.8900.360.33
HSL155.69º80.95%37.06%-
HSV(B)155.69º89.47%67.06%-
XYZ17.5730.3619.4-
YUV118.18122.8156.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.04%
GREEN value IS 171 (67.19% from 255) = 57.38%
BLUE value IS 109 (42.97% from 255) = 36.58%
R=6.04%
G=57.38%
B=36.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181711090.8900.360.33155.6980.9537.06
Hex12AB6D59024219c5125
Octal222531551310444123412145
Binary1001010101011110110110110010100100100001100111001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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