Html Css Color HEX #01BC73 Jade

📋 copy color: '#01BC73'

red 1 ◦ green 188 ◦ blue 115

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

Shades of Jade #01BC73

Tints of Jade #01BC73

RGB

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

 GREEN value IS 188 (73.83% from 255) = 61.84%

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

R = 0.33%
G = 61.84%
B = 37.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#01BC73 (or 0x01BC73) is known color: Jade. HEX triplet: 01, BC and 73. RGB value is (1,188,115). Sum of RGB (Red+Green+Blue) = 1+188+115=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 188 (73.83% from 255 or 61.84% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BC73 is #FE438C. Grayscale: #7B7B7B. Windows color (decimal): -16663437 or 7584769. OLE color: 7584769.

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

Color convert

RGB 1 188 115 -
CMYK 0.99 0 0.39 0.26
HSL 156.58º 0.99% 0.37% -
HSV(B) 156.58º 0.99% 0.74% -
XYZ 21.09 37.21 22.29 -
YUV 123.77 123.05 40.44 -
System Red Green Blue C M Y K H S L
Decimal 1 188 115 0.99 0 0.39 0.26 156.58 0.99 0.37
Hex 1 BC 73 63 0 27 1A 9D 63 25
Octal 1 274 163 143 0 47 32 235 143 45
Binary 1 10111100 1110011 1100011 0 100111 11010 10011101 1100011 100101

Color Harmonies of #01BC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BC73

Black with #01BC73

Text Example


Text Example

White with #01BC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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