Html Css Color HEX #01BF6B Jade

📋 copy color: '#01BF6B'

red 1 ◦ green 191 ◦ blue 107

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

Shades of Jade #01BF6B

Tints of Jade #01BF6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.79%

R = 0.33%
G = 63.88%
B = 35.79%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#01BF6B (or 0x01BF6B) is known color: Jade. HEX triplet: 01, BF and 6B. RGB value is (1,191,107). Sum of RGB (Red+Green+Blue) = 1+191+107=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 191 (75% from 255 or 63.88% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 191 - color contains mainly: green. Hex color #01BF6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BF6B is #FE4094. Grayscale: #7C7C7C. Windows color (decimal): -16662677 or 7061249. OLE color: 7061249.

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

Color convert

RGB 1 191 107 -
CMYK 0.99 0 0.44 0.25
HSL 153.47º 0.99% 0.38% -
HSV(B) 153.47º 0.99% 0.75% -
XYZ 21.3 38.33 20.19 -
YUV 124.61 118.05 39.83 -
System Red Green Blue C M Y K H S L
Decimal 1 191 107 0.99 0 0.44 0.25 153.47 0.99 0.38
Hex 1 BF 6B 63 0 2C 19 99 63 26
Octal 1 277 153 143 0 54 31 231 143 46
Binary 1 10111111 1101011 1100011 0 101100 11001 10011001 1100011 100110

Color Harmonies of #01BF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BF6B

Black with #01BF6B

Text Example


Text Example

White with #01BF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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