#00B366

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

Shades of Jade #00B366

Tints of Jade #00B366

Color information

#00B366 (or 0x00B366) is unknown color: approx Jade. HEX triplet: 00, B3 and 66. RGB value is (0,179,102). Sum of RGB (Red+Green+Blue) = 0+179+102=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 179 (70.31% from 255 or 63.70% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 179 - color contains mainly: green. Hex color #00B366 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B366 is #FF4C99. Grayscale: #747474. Windows color (decimal): -16731290 or 6730496. OLE color: 6730496.

HSL color Cylindrical-coordinate representation of color #00B366: hue angle of 154.19º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B366 is Cyan = 1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB0179102-
CMYK100.430.30
HSL154.19º100%35.1%-
HSV(B)154.19º100%70.2%-
XYZ18.5233.218-
YUV116.7119.744.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 179 (70.31% from 255) = 63.70%
BLUE value IS 102 (40.23% from 255) = 36.30%
R=0%
G=63.70%
B=36.30%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal0179102100.430.30154.1910035.1
Hex0B3666402B1E9a6423
Octal02631461440533623214443
Binary01011001111001101100100010101111110100110101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,179,102); }

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

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

 a { background-color: rgb(0,179,102); }

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

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

 span { border-color: rgb(0,179,102); }

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