#00BA6B

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

Shades of Jade #00BA6B

Tints of Jade #00BA6B

Color information

#00BA6B (or 0x00BA6B) is unknown color: approx Jade. HEX triplet: 00, BA and 6B. RGB value is (0,186,107). Sum of RGB (Red+Green+Blue) = 0+186+107=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 186 (73.05% from 255 or 63.48% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 186 - color contains mainly: green. Hex color #00BA6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BA6B is #FF4594. Grayscale: #797979. Windows color (decimal): -16729493 or 7059968. OLE color: 7059968.

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

Color convert

RGB0186107-
CMYK100.420.27
HSL154.52º100%36.47%-
HSV(B)154.52º100%72.94%-
XYZ20.2136.1819.83-
YUV121.38119.8841.42-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 186 (73.05% from 255) = 63.48%
BLUE value IS 107 (42.19% from 255) = 36.52%
R=0%
G=63.48%
B=36.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal0186107100.420.27154.5210036.47
Hex0BA6B6402A1B9b6424
Octal02721531440523323314444
Binary01011101011010111100100010101011011100110111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00BA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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