#01BA70

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

Shades of Jade #01BA70

Tints of Jade #01BA70

Color information

#01BA70 (or 0x01BA70) is unknown color: approx Jade. HEX triplet: 01, BA and 70. RGB value is (1,186,112). Sum of RGB (Red+Green+Blue) = 1+186+112=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 186 (73.05% from 255 or 62.21% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 186 - color contains mainly: green. Hex color #01BA70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BA70 is #FE458F. Grayscale: #7A7A7A. Windows color (decimal): -16663952 or 7387649. OLE color: 7387649.

HSL color Cylindrical-coordinate representation of color #01BA70: hue angle of 156º 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 #01BA70 is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB1186112-
CMYK0.9900.400.27
HSL156º98.93%36.67%-
HSV(B)156º99.46%72.94%-
XYZ20.536.2921.25-
YUV122.25122.2141.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 186 (73.05% from 255) = 62.21%
BLUE value IS 112 (44.14% from 255) = 37.46%
R=0.33%
G=62.21%
B=37.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11861120.9900.400.2715698.9336.67
Hex1BA70630281B9c6325
Octal12721601430503323414345
Binary11011101011100001100011010100011011100111001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01BA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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