#01BA6B

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

Shades of Jade #01BA6B

Tints of Jade #01BA6B

Color information

#01BA6B (or 0x01BA6B) is unknown color: approx Jade. HEX triplet: 01, BA and 6B. RGB value is (1,186,107). Sum of RGB (Red+Green+Blue) = 1+186+107=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 186 (73.05% from 255 or 63.27% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 186 - color contains mainly: green. Hex color #01BA6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BA6B is #FE4594. Grayscale: #797979. Windows color (decimal): -16663957 or 7059969. OLE color: 7059969.

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

Color convert

RGB1186107-
CMYK0.9900.420.27
HSL154.38º98.93%36.67%-
HSV(B)154.38º99.46%72.94%-
XYZ20.2336.1919.83-
YUV121.68119.7141.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 186 (73.05% from 255) = 63.27%
BLUE value IS 107 (42.19% from 255) = 36.39%
R=0.34%
G=63.27%
B=36.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11861070.9900.420.27154.3898.9336.67
Hex1BA6B6302A1B9a6325
Octal12721531430523323214345
Binary11011101011010111100011010101011011100110101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01BA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,186,107); }

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

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

 a { background-color: rgb(1,186,107); }

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

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

 span { border-color: rgb(1,186,107); }

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