#12BC66

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

Shades of Jade #12BC66

Tints of Jade #12BC66

Color information

#12BC66 (or 0x12BC66) is unknown color: approx Jade. HEX triplet: 12, BC and 66. RGB value is (18,188,102). Sum of RGB (Red+Green+Blue) = 18+188+102=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 188 (73.83% from 255 or 61.04% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BC66 is #ED4399. Grayscale: #7F7F7F. Windows color (decimal): -15549338 or 6732818. OLE color: 6732818.

HSL color Cylindrical-coordinate representation of color #12BC66: hue angle of 149.65º 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 #12BC66 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB18188102-
CMYK0.9000.460.26
HSL149.65º82.52%40.39%-
HSV(B)149.65º90.43%73.73%-
XYZ20.6337.0518.64-
YUV127.37113.6849.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.84%
GREEN value IS 188 (73.83% from 255) = 61.04%
BLUE value IS 102 (40.23% from 255) = 33.12%
R=5.84%
G=61.04%
B=33.12%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181881020.9000.460.26149.6582.5240.39
Hex12BC665A02E1A965328
Octal222741461320563222612350
Binary100101011110011001101011010010111011010100101101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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