#12A36B

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

Shades of Jade #12A36B

Tints of Jade #12A36B

Color information

#12A36B (or 0x12A36B) is unknown color: approx Jade. HEX triplet: 12, A3 and 6B. RGB value is (18,163,107). Sum of RGB (Red+Green+Blue) = 18+163+107=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 163 (64.06% from 255 or 56.60% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 163 - color contains mainly: green. Hex color #12A36B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A36B is #ED5C94. Grayscale: #717171. Windows color (decimal): -15555733 or 7054098. OLE color: 7054098.

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

Color convert

RGB18163107-
CMYK0.8900.340.36
HSL156.83º80.11%35.49%-
HSV(B)156.83º88.96%63.92%-
XYZ1627.3818.35-
YUV113.26124.4660.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.25%
GREEN value IS 163 (64.06% from 255) = 56.60%
BLUE value IS 107 (42.19% from 255) = 37.15%
R=6.25%
G=56.60%
B=37.15%

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
Decimal181631070.8900.340.36156.8380.1135.49
Hex12A36B59022249d5023
Octal222431531310424423512043
Binary1001010100011110101110110010100010100100100111011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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