#12B565

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

Shades of Jade #12B565

Tints of Jade #12B565

Color information

#12B565 (or 0x12B565) is unknown color: approx Jade. HEX triplet: 12, B5 and 65. RGB value is (18,181,101). Sum of RGB (Red+Green+Blue) = 18+181+101=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 181 (71.09% from 255 or 60.33% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 181 - color contains mainly: green. Hex color #12B565 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B565 is #ED4A9A. Grayscale: #7B7B7B. Windows color (decimal): -15551131 or 6665490. OLE color: 6665490.

HSL color Cylindrical-coordinate representation of color #12B565: hue angle of 150.55º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B565 is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB18181101-
CMYK0.9000.440.29
HSL150.55º81.91%39.02%-
HSV(B)150.55º90.06%70.98%-
XYZ19.1234.1217.89-
YUV123.14115.553-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6%
GREEN value IS 181 (71.09% from 255) = 60.33%
BLUE value IS 101 (39.84% from 255) = 33.67%
R=6%
G=60.33%
B=33.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181811010.9000.440.29150.5581.9139.02
Hex12B5655A02C1D975227
Octal222651451320543522712247
Binary100101011010111001011011010010110011101100101111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,181,101); }

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

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

 a { background-color: rgb(18,181,101); }

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

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

 span { border-color: rgb(18,181,101); }

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