Html Css Color HEX #01BF63 Jade

📋 copy color: '#01BF63'

red 1 ◦ green 191 ◦ blue 99

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

Shades of Jade #01BF63

Tints of Jade #01BF63

RGB

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

 GREEN value IS 191 (75% from 255) = 65.64%

 BLUE value IS 99 (39.06% from 255) = 34.02%

R = 0.34%
G = 65.64%
B = 34.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#01BF63 (or 0x01BF63) is known color: Jade. HEX triplet: 01, BF and 63. RGB value is (1,191,99). Sum of RGB (Red+Green+Blue) = 1+191+99=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 191 (75% from 255 or 65.64% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 191 - color contains mainly: green. Hex color #01BF63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BF63 is #FE409C. Grayscale: #7B7B7B. Windows color (decimal): -16662685 or 6536961. OLE color: 6536961.

HSL color Cylindrical-coordinate representation of color #01BF63: hue angle of 150.95º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BF63 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 191 99 -
CMYK 0.99 0 0.48 0.25
HSL 150.95º 0.99% 0.38% -
HSV(B) 150.95º 0.99% 0.75% -
XYZ 20.9 38.17 18.07 -
YUV 123.7 114.05 40.48 -
System Red Green Blue C M Y K H S L
Decimal 1 191 99 0.99 0 0.48 0.25 150.95 0.99 0.38
Hex 1 BF 63 63 0 30 19 97 63 26
Octal 1 277 143 143 0 60 31 227 143 46
Binary 1 10111111 1100011 1100011 0 110000 11001 10010111 1100011 100110

Color Harmonies of #01BF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BF63

Black with #01BF63

Text Example


Text Example

White with #01BF63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,191,99); }

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

background-color css

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

 a { background-color: rgb(1,191,99); }

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

border-color css

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

 span { border-color: rgb(1,191,99); }

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