#01BA7A

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

Shades of Jade #01BA7A

Tints of Jade #01BA7A

Color information

#01BA7A (or 0x01BA7A) is unknown color: approx Jade. HEX triplet: 01, BA and 7A. RGB value is (1,186,122). Sum of RGB (Red+Green+Blue) = 1+186+122=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #01BA7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BA7A is #FE4585. Grayscale: #7B7B7B. Windows color (decimal): -16663942 or 8043009. OLE color: 8043009.

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

Color convert

RGB1186122-
CMYK0.9900.340.27
HSL159.24º98.93%36.67%-
HSV(B)159.24º99.46%72.94%-
XYZ21.0836.5324.35-
YUV123.39127.2140.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.32%
GREEN value IS 186 (73.05% from 255) = 60.19%
BLUE value IS 122 (48.05% from 255) = 39.48%
R=0.32%
G=60.19%
B=39.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11861220.9900.340.27159.2498.9336.67
Hex1BA7A630221B9f6325
Octal12721721430423323714345
Binary11011101011110101100011010001011011100111111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01BA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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