Html Css Color HEX #01BC75 Jade

📋 copy color: '#01BC75'

red 1 ◦ green 188 ◦ blue 117

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

Shades of Jade #01BC75

Tints of Jade #01BC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.24%

R = 0.33%
G = 61.44%
B = 38.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#01BC75 (or 0x01BC75) is known color: Jade. HEX triplet: 01, BC and 75. RGB value is (1,188,117). Sum of RGB (Red+Green+Blue) = 1+188+117=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 188 (73.83% from 255 or 61.44% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BC75 is #FE438A. Grayscale: #7C7C7C. Windows color (decimal): -16663435 or 7715841. OLE color: 7715841.

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

Color convert

RGB 1 188 117 -
CMYK 0.99 0 0.38 0.26
HSL 157.22º 0.99% 0.37% -
HSV(B) 157.22º 0.99% 0.74% -
XYZ 21.21 37.26 22.9 -
YUV 123.99 124.05 40.27 -
System Red Green Blue C M Y K H S L
Decimal 1 188 117 0.99 0 0.38 0.26 157.22 0.99 0.37
Hex 1 BC 75 63 0 26 1A 9D 63 25
Octal 1 274 165 143 0 46 32 235 143 45
Binary 1 10111100 1110101 1100011 0 100110 11010 10011101 1100011 100101

Color Harmonies of #01BC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BC75

Black with #01BC75

Text Example


Text Example

White with #01BC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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