Html Css Color HEX #01BF6C Jade

📋 copy color: '#01BF6C'

red 1 ◦ green 191 ◦ blue 108

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

Shades of Jade #01BF6C

Tints of Jade #01BF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36%

R = 0.33%
G = 63.67%
B = 36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#01BF6C (or 0x01BF6C) is known color: Jade. HEX triplet: 01, BF and 6C. RGB value is (1,191,108). Sum of RGB (Red+Green+Blue) = 1+191+108=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 191 (75% from 255 or 63.67% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 191 - color contains mainly: green. Hex color #01BF6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BF6C is #FE4093. Grayscale: #7C7C7C. Windows color (decimal): -16662676 or 7126785. OLE color: 7126785.

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

Color convert

RGB 1 191 108 -
CMYK 0.99 0 0.43 0.25
HSL 153.79º 0.99% 0.38% -
HSV(B) 153.79º 0.99% 0.75% -
XYZ 21.35 38.35 20.46 -
YUV 124.73 118.55 39.75 -
System Red Green Blue C M Y K H S L
Decimal 1 191 108 0.99 0 0.43 0.25 153.79 0.99 0.38
Hex 1 BF 6C 63 0 2B 19 9A 63 26
Octal 1 277 154 143 0 53 31 232 143 46
Binary 1 10111111 1101100 1100011 0 101011 11001 10011010 1100011 100110

Color Harmonies of #01BF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BF6C

Black with #01BF6C

Text Example


Text Example

White with #01BF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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