#01BE56

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

Shades of Pigment Green #01BE56

Tints of Pigment Green #01BE56

Color information

#01BE56 (or 0x01BE56) is unknown color: approx Pigment Green. HEX triplet: 01, BE and 56. RGB value is (1,190,86). Sum of RGB (Red+Green+Blue) = 1+190+86=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 190 (74.61% from 255 or 68.59% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE56 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BE56 is #FE41A9. Grayscale: #797979. Windows color (decimal): -16662954 or 5684737. OLE color: 5684737.

HSL color Cylindrical-coordinate representation of color #01BE56: hue angle of 146.98º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BE56 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB119086-
CMYK0.9900.550.25
HSL146.98º98.95%37.45%-
HSV(B)146.98º99.47%74.51%-
XYZ20.1137.5114.98-
YUV121.63107.8841.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.36%
GREEN value IS 190 (74.61% from 255) = 68.59%
BLUE value IS 86 (33.98% from 255) = 31.05%
R=0.36%
G=68.59%
B=31.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1190860.9900.550.25146.9898.9537.45
Hex1BE566303719936325
Octal12761261430673122314345
Binary11011111010101101100011011011111001100100111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01BE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,190,86); }

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

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

 a { background-color: rgb(1,190,86); }

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

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

 span { border-color: rgb(1,190,86); }

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