Html Css Color HEX #01BC65 Jade

📋 copy color: '#01BC65'

red 1 ◦ green 188 ◦ blue 101

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

Shades of Jade #01BC65

Tints of Jade #01BC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.83%

R = 0.34%
G = 64.83%
B = 34.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#01BC65 (or 0x01BC65) is known color: Jade. HEX triplet: 01, BC and 65. RGB value is (1,188,101). Sum of RGB (Red+Green+Blue) = 1+188+101=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 188 (73.83% from 255 or 64.83% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BC65 is #FE439A. Grayscale: #7A7A7A. Windows color (decimal): -16663451 or 6667265. OLE color: 6667265.

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

Color convert

RGB 1 188 101 -
CMYK 0.99 0 0.46 0.26
HSL 152.09º 0.99% 0.37% -
HSV(B) 152.09º 0.99% 0.74% -
XYZ 20.34 36.91 18.36 -
YUV 122.17 116.05 41.57 -
System Red Green Blue C M Y K H S L
Decimal 1 188 101 0.99 0 0.46 0.26 152.09 0.99 0.37
Hex 1 BC 65 63 0 2E 1A 98 63 25
Octal 1 274 145 143 0 56 32 230 143 45
Binary 1 10111100 1100101 1100011 0 101110 11010 10011000 1100011 100101

Color Harmonies of #01BC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BC65

Black with #01BC65

Text Example


Text Example

White with #01BC65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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