#01A54E

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

Shades of Pigment Green #01A54E

Tints of Pigment Green #01A54E

Color information

#01A54E (or 0x01A54E) is unknown color: approx Pigment Green. HEX triplet: 01, A5 and 4E. RGB value is (1,165,78). Sum of RGB (Red+Green+Blue) = 1+165+78=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 165 (64.84% from 255 or 67.62% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 165 - color contains mainly: green. Hex color #01A54E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A54E is #FE5AB1. Grayscale: #6A6A6A. Windows color (decimal): -16669362 or 5154049. OLE color: 5154049.

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

Color convert

RGB116578-
CMYK0.9900.530.35
HSL148.17º98.8%32.55%-
HSV(B)148.17º99.39%64.71%-
XYZ14.8427.4711.73-
YUV106.05112.1753.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.41%
GREEN value IS 165 (64.84% from 255) = 67.62%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=0.41%
G=67.62%
B=31.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1165780.9900.530.35148.1798.832.55
Hex1A54E6303523946321
Octal12451161430654322414341
Binary110100101100111011000110110101100011100101001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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