Html Css Color HEX #01BB71 Jade

📋 copy color: '#01BB71'

red 1 ◦ green 187 ◦ blue 113

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

Shades of Jade #01BB71

Tints of Jade #01BB71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.54%

R = 0.33%
G = 62.13%
B = 37.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#01BB71 (or 0x01BB71) is known color: Jade. HEX triplet: 01, BB and 71. RGB value is (1,187,113). Sum of RGB (Red+Green+Blue) = 1+187+113=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 187 (73.44% from 255 or 62.13% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 187 - color contains mainly: green. Hex color #01BB71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BB71 is #FE448E. Grayscale: #7B7B7B. Windows color (decimal): -16663695 or 7453441. OLE color: 7453441.

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

Color convert

RGB 1 187 113 -
CMYK 0.99 0 0.40 0.27
HSL 156.13º 0.99% 0.37% -
HSV(B) 156.13º 0.99% 0.73% -
XYZ 20.76 36.74 21.62 -
YUV 122.95 122.38 41.02 -
System Red Green Blue C M Y K H S L
Decimal 1 187 113 0.99 0 0.40 0.27 156.13 0.99 0.37
Hex 1 BB 71 63 0 28 1B 9C 63 25
Octal 1 273 161 143 0 50 33 234 143 45
Binary 1 10111011 1110001 1100011 0 101000 11011 10011100 1100011 100101

Color Harmonies of #01BB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BB71

Black with #01BB71

Text Example


Text Example

White with #01BB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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