#00ac3f

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

Shades of Pigment Green #00AC3F

Tints of Pigment Green #00AC3F

Color information

#00AC3F (or 0x00AC3F) is unknown color: approx Pigment Green. HEX triplet: 00, AC and 3F. RGB value is (0,172,63). Sum of RGB (Red+Green+Blue) = 0+172+63=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 172 (67.58% from 255 or 73.19% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 172 - color contains mainly: green. Hex color #00AC3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00AC3F is #FF53C0. Grayscale: #6C6C6C. Windows color (decimal): -16733121 or 4172800. OLE color: 4172800.

HSL color Cylindrical-coordinate representation of color #00AC3F: hue angle of 141.98º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AC3F is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB017263-
CMYK100.630.33
HSL141.98º100%33.73%-
HSV(B)141.98º100%67.45%-
XYZ15.6529.869.64-
YUV108.15102.5250.86-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 172 (67.58% from 255) = 73.19%
BLUE value IS 63 (25% from 255) = 26.81%
R=0%
G=73.19%
B=26.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal017263100.630.33141.9810033.73
Hex0AC3F6403F218e6422
Octal0254771440774121614442
Binary01010110011111111001000111111100001100011101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00ac3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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