#12B966

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

Shades of Jade #12B966

Tints of Jade #12B966

Color information

#12B966 (or 0x12B966) is unknown color: approx Jade. HEX triplet: 12, B9 and 66. RGB value is (18,185,102). Sum of RGB (Red+Green+Blue) = 18+185+102=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 185 (72.66% from 255 or 60.66% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 185 - color contains mainly: green. Hex color #12B966 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B966 is #ED4699. Grayscale: #7D7D7D. Windows color (decimal): -15550106 or 6732050. OLE color: 6732050.

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

Color convert

RGB18185102-
CMYK0.9000.450.27
HSL150.18º82.27%39.8%-
HSV(B)150.18º90.27%72.55%-
XYZ2035.7918.42-
YUV125.6114.6751.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.90%
GREEN value IS 185 (72.66% from 255) = 60.66%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=5.90%
G=60.66%
B=33.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181851020.9000.450.27150.1882.2739.8
Hex12B9665A02D1B965228
Octal222711461320553322612250
Binary100101011100111001101011010010110111011100101101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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