#01B76F

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

Shades of Jade #01B76F

Tints of Jade #01B76F

Color information

#01B76F (or 0x01B76F) is unknown color: approx Jade. HEX triplet: 01, B7 and 6F. RGB value is (1,183,111). Sum of RGB (Red+Green+Blue) = 1+183+111=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 183 (71.88% from 255 or 62.03% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 183 - color contains mainly: green. Hex color #01B76F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B76F is #FE4890. Grayscale: #787878. Windows color (decimal): -16664721 or 7321345. OLE color: 7321345.

HSL color Cylindrical-coordinate representation of color #01B76F: hue angle of 156.26º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B76F is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB1183111-
CMYK0.9900.390.28
HSL156.26º98.91%36.08%-
HSV(B)156.26º99.45%71.76%-
XYZ19.8235.0220.75-
YUV120.37122.742.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 183 (71.88% from 255) = 62.03%
BLUE value IS 111 (43.75% from 255) = 37.63%
R=0.34%
G=62.03%
B=37.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal11831110.9900.390.28156.2698.9136.08
Hex1B76F630271C9c6324
Octal12671571430473423414344
Binary11011011111011111100011010011111100100111001100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,183,111); }

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

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

 a { background-color: rgb(1,183,111); }

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

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

 span { border-color: rgb(1,183,111); }

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