#01B663

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

Shades of Jade #01B663

Tints of Jade #01B663

Color information

#01B663 (or 0x01B663) is unknown color: approx Jade. HEX triplet: 01, B6 and 63. RGB value is (1,182,99). Sum of RGB (Red+Green+Blue) = 1+182+99=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 182 (71.48% from 255 or 64.54% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 182 - color contains mainly: green. Hex color #01B663 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B663 is #FE499C. Grayscale: #767676. Windows color (decimal): -16664989 or 6534657. OLE color: 6534657.

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

Color convert

RGB118299-
CMYK0.9900.460.29
HSL152.49º98.91%35.88%-
HSV(B)152.49º99.45%71.37%-
XYZ18.9934.3617.44-
YUV118.42117.0344.25-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 182 (71.48% from 255) = 64.54%
BLUE value IS 99 (39.06% from 255) = 35.11%
R=0.35%
G=64.54%
B=35.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1182990.9900.460.29152.4998.9135.88
Hex1B6636302E1D986324
Octal12661431430563523014344
Binary11011011011000111100011010111011101100110001100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,182,99); }

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

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

 a { background-color: rgb(1,182,99); }

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

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

 span { border-color: rgb(1,182,99); }

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