#01B971

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

Shades of Jade #01B971

Tints of Jade #01B971

Color information

#01B971 (or 0x01B971) is unknown color: approx Jade. HEX triplet: 01, B9 and 71. RGB value is (1,185,113). Sum of RGB (Red+Green+Blue) = 1+185+113=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 185 (72.66% from 255 or 61.87% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 185 - color contains mainly: green. Hex color #01B971 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B971 is #FE468E. Grayscale: #797979. Windows color (decimal): -16664207 or 7452929. OLE color: 7452929.

HSL color Cylindrical-coordinate representation of color #01B971: hue angle of 156.52º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B971 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB1185113-
CMYK0.9900.390.27
HSL156.52º98.92%36.47%-
HSV(B)156.52º99.46%72.55%-
XYZ20.3435.921.48-
YUV121.78123.0441.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 185 (72.66% from 255) = 61.87%
BLUE value IS 113 (44.53% from 255) = 37.79%
R=0.33%
G=61.87%
B=37.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11851130.9900.390.27156.5298.9236.47
Hex1B971630271B9d6324
Octal12711611430473323514344
Binary11011100111100011100011010011111011100111011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01B971; }

 p { color: rgb(1,185,113); }

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

<style>
 a { background-color: #01B971; }

 a { background-color: rgb(1,185,113); }

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

<style>
 span { border-color: #01B971; }

 span { border-color: rgb(1,185,113); }

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