#01A549

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

Shades of Pigment Green #01A549

Tints of Pigment Green #01A549

Color information

#01A549 (or 0x01A549) is unknown color: approx Pigment Green. HEX triplet: 01, A5 and 49. RGB value is (1,165,73). Sum of RGB (Red+Green+Blue) = 1+165+73=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 165 (64.84% from 255 or 69.04% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 165 - color contains mainly: green. Hex color #01A549 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A549 is #FE5AB6. Grayscale: #696969. Windows color (decimal): -16669367 or 4826369. OLE color: 4826369.

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

Color convert

RGB116573-
CMYK0.9900.560.35
HSL146.34º98.8%32.55%-
HSV(B)146.34º99.39%64.71%-
XYZ14.6727.410.82-
YUV105.48109.6753.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 165 (64.84% from 255) = 69.04%
BLUE value IS 73 (28.91% from 255) = 30.54%
R=0.42%
G=69.04%
B=30.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1165730.9900.560.35146.3498.832.55
Hex1A5496303823926321
Octal12451111430704322214341
Binary110100101100100111000110111000100011100100101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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