Html Css Color HEX #01BF5A Pigment Green

📋 copy color: '#01BF5A'

red 1 ◦ green 191 ◦ blue 90

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

Shades of Pigment Green #01BF5A

Tints of Pigment Green #01BF5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.91%

R = 0.35%
G = 67.73%
B = 31.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#01BF5A (or 0x01BF5A) is known color: Pigment Green. HEX triplet: 01, BF and 5A. RGB value is (1,191,90). Sum of RGB (Red+Green+Blue) = 1+191+90=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 191 (75% from 255 or 67.73% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 191 - color contains mainly: green. Hex color #01BF5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BF5A is #FE40A5. Grayscale: #7A7A7A. Windows color (decimal): -16662694 or 5947137. OLE color: 5947137.

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

Color convert

RGB 1 191 90 -
CMYK 0.99 0 0.53 0.25
HSL 148.11º 0.99% 0.38% -
HSV(B) 148.11º 0.99% 0.75% -
XYZ 20.49 38.01 15.93 -
YUV 122.68 109.55 41.21 -
System Red Green Blue C M Y K H S L
Decimal 1 191 90 0.99 0 0.53 0.25 148.11 0.99 0.38
Hex 1 BF 5A 63 0 35 19 94 63 26
Octal 1 277 132 143 0 65 31 224 143 46
Binary 1 10111111 1011010 1100011 0 110101 11001 10010100 1100011 100110

Color Harmonies of #01BF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BF5A

Black with #01BF5A

Text Example


Text Example

White with #01BF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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