#01BF54

Color #01BF54 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #01BF54

Tints of Pigment Green #01BF54

Color information

#01BF54 (or 0x01BF54) is unknown color: approx Pigment Green. HEX triplet: 01, BF and 54. RGB value is (1,191,84). Sum of RGB (Red+Green+Blue) = 1+191+84=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 191 (75% from 255 or 69.20% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 191 - color contains mainly: green. Hex color #01BF54 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BF54 is #FE40AB. Grayscale: #7A7A7A. Windows color (decimal): -16662700 or 5553921. OLE color: 5553921.

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

Color convert

RGB119184-
CMYK0.9900.560.25
HSL146.21º98.96%37.65%-
HSV(B)146.21º99.48%74.9%-
XYZ20.2437.9114.64-
YUV121.99106.5541.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.36%
GREEN value IS 191 (75% from 255) = 69.20%
BLUE value IS 84 (33.20% from 255) = 30.43%
R=0.36%
G=69.20%
B=30.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191840.9900.560.25146.2198.9637.65
Hex1BF546303819926326
Octal12771241430703122214346
Binary11011111110101001100011011100011001100100101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01BF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01BF54;
 }
 .AnyTagClassName
 {
   color: #01BF54;
 }
</style>
background-color css

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

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

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

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

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

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