Html Css Color HEX #01BF5D Pigment Green

📋 copy color: '#01BF5D'

red 1 ◦ green 191 ◦ blue 93

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

Shades of Pigment Green #01BF5D

Tints of Pigment Green #01BF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.63%

R = 0.35%
G = 67.02%
B = 32.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#01BF5D (or 0x01BF5D) is known color: Pigment Green. HEX triplet: 01, BF and 5D. RGB value is (1,191,93). Sum of RGB (Red+Green+Blue) = 1+191+93=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 191 (75% from 255 or 67.02% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 191 - color contains mainly: green. Hex color #01BF5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BF5D is #FE40A2. Grayscale: #7B7B7B. Windows color (decimal): -16662691 or 6143745. OLE color: 6143745.

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

Color convert

RGB 1 191 93 -
CMYK 0.99 0 0.51 0.25
HSL 149.05º 0.99% 0.38% -
HSV(B) 149.05º 0.99% 0.75% -
XYZ 20.62 38.06 16.62 -
YUV 123.02 111.05 40.97 -
System Red Green Blue C M Y K H S L
Decimal 1 191 93 0.99 0 0.51 0.25 149.05 0.99 0.38
Hex 1 BF 5D 63 0 33 19 95 63 26
Octal 1 277 135 143 0 63 31 225 143 46
Binary 1 10111111 1011101 1100011 0 110011 11001 10010101 1100011 100110

Color Harmonies of #01BF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BF5D

Black with #01BF5D

Text Example


Text Example

White with #01BF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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