#12B171

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

Shades of Jade #12B171

Tints of Jade #12B171

Color information

#12B171 (or 0x12B171) is unknown color: approx Jade. HEX triplet: 12, B1 and 71. RGB value is (18,177,113). Sum of RGB (Red+Green+Blue) = 18+177+113=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 177 (69.53% from 255 or 57.47% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 177 - color contains mainly: green. Hex color #12B171 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12B171 is #ED4E8E. Grayscale: #7A7A7A. Windows color (decimal): -15552143 or 7450898. OLE color: 7450898.

HSL color Cylindrical-coordinate representation of color #12B171: hue angle of 155.85º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B171 is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB18177113-
CMYK0.9000.360.31
HSL155.85º81.54%38.24%-
HSV(B)155.85º89.83%69.41%-
XYZ18.9532.7720.95-
YUV122.16122.8253.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.84%
GREEN value IS 177 (69.53% from 255) = 57.47%
BLUE value IS 113 (44.53% from 255) = 36.69%
R=5.84%
G=57.47%
B=36.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal181771130.9000.360.31155.8581.5438.24
Hex12B1715A0241F9c5226
Octal222611611320443723412246
Binary100101011000111100011011010010010011111100111001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,177,113); }

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

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

 a { background-color: rgb(18,177,113); }

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

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

 span { border-color: rgb(18,177,113); }

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