#12BC68

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

Shades of Jade #12BC68

Tints of Jade #12BC68

Color information

#12BC68 (or 0x12BC68) is unknown color: approx Jade. HEX triplet: 12, BC and 68. RGB value is (18,188,104). Sum of RGB (Red+Green+Blue) = 18+188+104=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 188 (73.83% from 255 or 60.65% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BC68 is #ED4397. Grayscale: #7F7F7F. Windows color (decimal): -15549336 or 6863890. OLE color: 6863890.

HSL color Cylindrical-coordinate representation of color #12BC68: hue angle of 150.35º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BC68 is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB18188104-
CMYK0.9000.450.26
HSL150.35º82.52%40.39%-
HSV(B)150.35º90.43%73.73%-
XYZ20.7337.0919.16-
YUV127.59114.6849.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.81%
GREEN value IS 188 (73.83% from 255) = 60.65%
BLUE value IS 104 (41.02% from 255) = 33.55%
R=5.81%
G=60.65%
B=33.55%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181881040.9000.450.26150.3582.5240.39
Hex12BC685A02D1A965328
Octal222741501320553222612350
Binary100101011110011010001011010010110111010100101101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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