#01B250

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

Shades of Pigment Green #01B250

Tints of Pigment Green #01B250

Color information

#01B250 (or 0x01B250) is unknown color: approx Pigment Green. HEX triplet: 01, B2 and 50. RGB value is (1,178,80). Sum of RGB (Red+Green+Blue) = 1+178+80=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 178 (69.92% from 255 or 68.73% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 178 - color contains mainly: green. Hex color #01B250 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01B250 is #FE4DAF. Grayscale: #727272. Windows color (decimal): -16666032 or 5288449. OLE color: 5288449.

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

Color convert

RGB117880-
CMYK0.9900.550.30
HSL146.78º98.88%35.1%-
HSV(B)146.78º99.44%69.8%-
XYZ17.3832.4312.93-
YUV113.9108.8647.47-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.39%
GREEN value IS 178 (69.92% from 255) = 68.73%
BLUE value IS 80 (31.64% from 255) = 30.89%
R=0.39%
G=68.73%
B=30.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1178800.9900.550.30146.7898.8835.1
Hex1B250630371E936323
Octal12621201430673622314343
Binary11011001010100001100011011011111110100100111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,178,80); }

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

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

 a { background-color: rgb(1,178,80); }

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

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

 span { border-color: rgb(1,178,80); }

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