#12A368

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

Shades of Jade #12A368

Tints of Jade #12A368

Color information

#12A368 (or 0x12A368) is unknown color: approx Jade. HEX triplet: 12, A3 and 68. RGB value is (18,163,104). Sum of RGB (Red+Green+Blue) = 18+163+104=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 163 (64.06% from 255 or 57.19% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 163 - color contains mainly: green. Hex color #12A368 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A368 is #ED5C97. Grayscale: #717171. Windows color (decimal): -15555736 or 6857490. OLE color: 6857490.

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

Color convert

RGB18163104-
CMYK0.8900.360.36
HSL155.59º80.11%35.49%-
HSV(B)155.59º88.96%63.92%-
XYZ15.8527.3217.54-
YUV112.92122.9660.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.32%
GREEN value IS 163 (64.06% from 255) = 57.19%
BLUE value IS 104 (41.02% from 255) = 36.49%
R=6.32%
G=57.19%
B=36.49%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181631040.8900.360.36155.5980.1135.49
Hex12A36859024249c5023
Octal222431501310444423412043
Binary1001010100011110100010110010100100100100100111001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,163,104); }

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

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

 a { background-color: rgb(18,163,104); }

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

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

 span { border-color: rgb(18,163,104); }

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