#01BD75

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

Shades of Jade #01BD75

Tints of Jade #01BD75

Color information

#01BD75 (or 0x01BD75) is unknown color: approx Jade. HEX triplet: 01, BD and 75. RGB value is (1,189,117). Sum of RGB (Red+Green+Blue) = 1+189+117=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 189 (74.22% from 255 or 61.56% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 189 - color contains mainly: green. Hex color #01BD75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BD75 is #FE428A. Grayscale: #7C7C7C. Windows color (decimal): -16663179 or 7716097. OLE color: 7716097.

HSL color Cylindrical-coordinate representation of color #01BD75: hue angle of 157.02º 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 #01BD75 is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB1189117-
CMYK0.9900.380.26
HSL157.02º98.95%37.25%-
HSV(B)157.02º99.47%74.12%-
XYZ21.4237.6922.97-
YUV124.58123.7239.85-

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.56%
BLUE value IS 117 (46.09% from 255) = 38.11%
R=0.33%
G=61.56%
B=38.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11891170.9900.380.26157.0298.9537.25
Hex1BD75630261A9d6325
Octal12751651430463223514345
Binary11011110111101011100011010011011010100111011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01BD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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