#01B479

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

Shades of Jade #01B479

Tints of Jade #01B479

Color information

#01B479 (or 0x01B479) is unknown color: approx Jade. HEX triplet: 01, B4 and 79. RGB value is (1,180,121). Sum of RGB (Red+Green+Blue) = 1+180+121=302 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 302); Green value is 180 (70.70% from 255 or 59.60% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 180 - color contains mainly: green. Hex color #01B479 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B479 is #FE4B86. Grayscale: #777777. Windows color (decimal): -16665479 or 7975937. OLE color: 7975937.

HSL color Cylindrical-coordinate representation of color #01B479: hue angle of 160.22º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B479 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB1180121-
CMYK0.9900.330.29
HSL160.22º98.9%35.49%-
HSV(B)160.22º99.44%70.59%-
XYZ19.7834.0323.61-
YUV119.75128.743.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 180 (70.70% from 255) = 59.60%
BLUE value IS 121 (47.66% from 255) = 40.07%
R=0.33%
G=59.60%
B=40.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11801210.9900.330.29160.2298.935.49
Hex1B479630211Da06323
Octal12641711430413524014343
Binary11011010011110011100011010000111101101000001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,180,121); }

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

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

 a { background-color: rgb(1,180,121); }

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

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

 span { border-color: rgb(1,180,121); }

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