#00A43F

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

Shades of Pigment Green #00A43F

Tints of Pigment Green #00A43F

Color information

#00A43F (or 0x00A43F) is unknown color: approx Pigment Green. HEX triplet: 00, A4 and 3F. RGB value is (0,164,63). Sum of RGB (Red+Green+Blue) = 0+164+63=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 164 (64.45% from 255 or 72.25% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 164 - color contains mainly: green. Hex color #00A43F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00A43F is #FF5BC0. Grayscale: #676767. Windows color (decimal): -16735169 or 4170752. OLE color: 4170752.

HSL color Cylindrical-coordinate representation of color #00A43F: hue angle of 143.05º 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 #00A43F is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB016463-
CMYK100.620.36
HSL143.05º100%32.16%-
HSV(B)143.05º100%64.31%-
XYZ14.1726.919.15-
YUV103.45105.1754.21-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 164 (64.45% from 255) = 72.25%
BLUE value IS 63 (25% from 255) = 27.75%
R=0%
G=72.25%
B=27.75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal016463100.620.36143.0510032.16
Hex0A43F6403E248f6420
Octal0244771440764421714440
Binary01010010011111111001000111110100100100011111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,164,63); }

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

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

 a { background-color: rgb(0,164,63); }

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

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

 span { border-color: rgb(0,164,63); }

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