Html Css Color HEX #01BB73 Jade

📋 copy color: '#01BB73'

red 1 ◦ green 187 ◦ blue 115

#01BB73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #01BB73

Tints of Jade #01BB73

RGB

 RED value IS 1 (0.78% from 255) = 0.33%

 GREEN value IS 187 (73.44% from 255) = 61.72%

 BLUE value IS 115 (45.31% from 255) = 37.95%

R = 0.33%
G = 61.72%
B = 37.95%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#01BB73 (or 0x01BB73) is known color: Jade. HEX triplet: 01, BB and 73. RGB value is (1,187,115). Sum of RGB (Red+Green+Blue) = 1+187+115=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 187 (73.44% from 255 or 61.72% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 187 - color contains mainly: green. Hex color #01BB73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BB73 is #FE448C. Grayscale: #7B7B7B. Windows color (decimal): -16663693 or 7584513. OLE color: 7584513.

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

Color convert

RGB 1 187 115 -
CMYK 0.99 0 0.39 0.27
HSL 156.77º 0.99% 0.37% -
HSV(B) 156.77º 0.99% 0.73% -
XYZ 20.88 36.78 22.22 -
YUV 123.18 123.38 40.85 -
System Red Green Blue C M Y K H S L
Decimal 1 187 115 0.99 0 0.39 0.27 156.77 0.99 0.37
Hex 1 BB 73 63 0 27 1B 9D 63 25
Octal 1 273 163 143 0 47 33 235 143 45
Binary 1 10111011 1110011 1100011 0 100111 11011 10011101 1100011 100101

Color Harmonies of #01BB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BB73

Black with #01BB73

Text Example


Text Example

White with #01BB73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01BB73;
 }
 .AnyTagClassName
 {
   color: #01BB73;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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