#01B54E

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

Shades of Pigment Green #01B54E

Tints of Pigment Green #01B54E

Color information

#01B54E (or 0x01B54E) is unknown color: approx Pigment Green. HEX triplet: 01, B5 and 4E. RGB value is (1,181,78). Sum of RGB (Red+Green+Blue) = 1+181+78=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 181 (71.09% from 255 or 69.62% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 181 - color contains mainly: green. Hex color #01B54E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B54E is #FE4AB1. Grayscale: #737373. Windows color (decimal): -16665266 or 5158145. OLE color: 5158145.

HSL color Cylindrical-coordinate representation of color #01B54E: hue angle of 145.67º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B54E is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB118178-
CMYK0.9900.570.29
HSL145.67º98.9%35.69%-
HSV(B)145.67º99.45%70.98%-
XYZ17.9133.612.75-
YUV115.44106.8746.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 181 (71.09% from 255) = 69.62%
BLUE value IS 78 (30.86% from 255) = 30%
R=0.38%
G=69.62%
B=30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181780.9900.570.29145.6798.935.69
Hex1B54E630391D926324
Octal12651161430713522214344
Binary11011010110011101100011011100111101100100101100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,181,78); }

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

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

 a { background-color: rgb(1,181,78); }

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

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

 span { border-color: rgb(1,181,78); }

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