#01BD73

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

Shades of Jade #01BD73

Tints of Jade #01BD73

Color information

#01BD73 (or 0x01BD73) is unknown color: approx Jade. HEX triplet: 01, BD and 73. RGB value is (1,189,115). Sum of RGB (Red+Green+Blue) = 1+189+115=305 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 305); Green value is 189 (74.22% from 255 or 61.97% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 189 - color contains mainly: green. Hex color #01BD73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BD73 is #FE428C. Grayscale: #7C7C7C. Windows color (decimal): -16663181 or 7585025. OLE color: 7585025.

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

Color convert

RGB1189115-
CMYK0.9900.390.26
HSL156.38º98.95%37.25%-
HSV(B)156.38º99.47%74.12%-
XYZ21.337.6422.36-
YUV124.35122.7240.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 189 (74.22% from 255) = 61.97%
BLUE value IS 115 (45.31% from 255) = 37.70%
R=0.33%
G=61.97%
B=37.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11891150.9900.390.26156.3898.9537.25
Hex1BD73630271A9c6325
Octal12751631430473223414345
Binary11011110111100111100011010011111010100111001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01BD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,189,115); }

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

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

 a { background-color: rgb(1,189,115); }

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

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

 span { border-color: rgb(1,189,115); }

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