#12A46C

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

Shades of Jade #12A46C

Tints of Jade #12A46C

Color information

#12A46C (or 0x12A46C) is unknown color: approx Jade. HEX triplet: 12, A4 and 6C. RGB value is (18,164,108). Sum of RGB (Red+Green+Blue) = 18+164+108=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 164 (64.45% from 255 or 56.55% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 164 - color contains mainly: green. Hex color #12A46C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A46C is #ED5B93. Grayscale: #727272. Windows color (decimal): -15555476 or 7119890. OLE color: 7119890.

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

Color convert

RGB18164108-
CMYK0.8900.340.36
HSL156.99º80.22%35.69%-
HSV(B)156.99º89.02%64.31%-
XYZ16.2327.7618.69-
YUV113.96124.6359.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.21%
GREEN value IS 164 (64.45% from 255) = 56.55%
BLUE value IS 108 (42.58% from 255) = 37.24%
R=6.21%
G=56.55%
B=37.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181641080.8900.340.36156.9980.2235.69
Hex12A46C59022249d5024
Octal222441541310424423512044
Binary1001010100100110110010110010100010100100100111011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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