#12B170

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

Shades of Jade #12B170

Tints of Jade #12B170

Color information

#12B170 (or 0x12B170) is unknown color: approx Jade. HEX triplet: 12, B1 and 70. RGB value is (18,177,112). Sum of RGB (Red+Green+Blue) = 18+177+112=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 177 (69.53% from 255 or 57.65% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 177 - color contains mainly: green. Hex color #12B170 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12B170 is #ED4E8F. Grayscale: #7A7A7A. Windows color (decimal): -15552144 or 7385362. OLE color: 7385362.

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

Color convert

RGB18177112-
CMYK0.9000.370.31
HSL155.47º81.54%38.24%-
HSV(B)155.47º89.83%69.41%-
XYZ18.932.7420.65-
YUV122.05122.3253.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.86%
GREEN value IS 177 (69.53% from 255) = 57.65%
BLUE value IS 112 (44.14% from 255) = 36.48%
R=5.86%
G=57.65%
B=36.48%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal181771120.9000.370.31155.4781.5438.24
Hex12B1705A0251F9b5226
Octal222611601320453723312246
Binary100101011000111100001011010010010111111100110111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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