#00A355

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

Shades of Pigment Green #00A355

Tints of Pigment Green #00A355

Color information

#00A355 (or 0x00A355) is unknown color: approx Pigment Green. HEX triplet: 00, A3 and 55. RGB value is (0,163,85). Sum of RGB (Red+Green+Blue) = 0+163+85=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 163 (64.06% from 255 or 65.73% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 163 - color contains mainly: green. Hex color #00A355 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A355 is #FF5CAA. Grayscale: #696969. Windows color (decimal): -16735403 or 5612288. OLE color: 5612288.

HSL color Cylindrical-coordinate representation of color #00A355: hue angle of 151.29º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A355 is Cyan = 1, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB016385-
CMYK100.480.36
HSL151.29º100%31.96%-
HSV(B)151.29º100%63.92%-
XYZ14.7426.8513-
YUV105.37116.552.84-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 163 (64.06% from 255) = 65.73%
BLUE value IS 85 (33.59% from 255) = 34.27%
R=0%
G=65.73%
B=34.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal016385100.480.36151.2910031.96
Hex0A3556403024976420
Octal02431251440604422714440
Binary010100011101010111001000110000100100100101111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00A355; }

 p { color: rgb(0,163,85); }

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

<style>
 a { background-color: #00A355; }

 a { background-color: rgb(0,163,85); }

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

<style>
 span { border-color: #00A355; }

 span { border-color: rgb(0,163,85); }

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