Html Css Color HEX #01BF72 Jade

📋 copy color: '#01BF72'

red 1 ◦ green 191 ◦ blue 114

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

Shades of Jade #01BF72

Tints of Jade #01BF72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.25%

R = 0.33%
G = 62.42%
B = 37.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#01BF72 (or 0x01BF72) is known color: Jade. HEX triplet: 01, BF and 72. RGB value is (1,191,114). Sum of RGB (Red+Green+Blue) = 1+191+114=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 191 (75% from 255 or 62.42% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 191 - color contains mainly: green. Hex color #01BF72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BF72 is #FE408D. Grayscale: #7D7D7D. Windows color (decimal): -16662670 or 7520001. OLE color: 7520001.

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

Color convert

RGB 1 191 114 -
CMYK 0.99 0 0.40 0.25
HSL 155.68º 0.99% 0.38% -
HSV(B) 155.68º 0.99% 0.75% -
XYZ 21.68 38.48 22.2 -
YUV 125.41 121.55 39.26 -
System Red Green Blue C M Y K H S L
Decimal 1 191 114 0.99 0 0.40 0.25 155.68 0.99 0.38
Hex 1 BF 72 63 0 28 19 9C 63 26
Octal 1 277 162 143 0 50 31 234 143 46
Binary 1 10111111 1110010 1100011 0 101000 11001 10011100 1100011 100110

Color Harmonies of #01BF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BF72

Black with #01BF72

Text Example


Text Example

White with #01BF72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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