#00A34F

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

Shades of Pigment Green #00A34F

Tints of Pigment Green #00A34F

Color information

#00A34F (or 0x00A34F) is unknown color: approx Pigment Green. HEX triplet: 00, A3 and 4F. RGB value is (0,163,79). Sum of RGB (Red+Green+Blue) = 0+163+79=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 163 (64.06% from 255 or 67.36% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 163 - color contains mainly: green. Hex color #00A34F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A34F is #FF5CB0. Grayscale: #686868. Windows color (decimal): -16735409 or 5219072. OLE color: 5219072.

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

Color convert

RGB016379-
CMYK100.520.36
HSL149.08º100%31.96%-
HSV(B)149.08º100%63.92%-
XYZ14.5126.7611.8-
YUV104.69113.553.33-

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) = 67.36%
BLUE value IS 79 (31.25% from 255) = 32.64%
R=0%
G=67.36%
B=32.64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal016379100.520.36149.0810031.96
Hex0A34F6403424956420
Octal02431171440644422514440
Binary010100011100111111001000110100100100100101011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A34F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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