#00A93E

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

Shades of Pigment Green #00A93E

Tints of Pigment Green #00A93E

Color information

#00A93E (or 0x00A93E) is unknown color: approx Pigment Green. HEX triplet: 00, A9 and 3E. RGB value is (0,169,62). Sum of RGB (Red+Green+Blue) = 0+169+62=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 169 (66.41% from 255 or 73.16% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 169 - color contains mainly: green. Hex color #00A93E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00A93E is #FF56C1. Grayscale: #6A6A6A. Windows color (decimal): -16733890 or 4106496. OLE color: 4106496.

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

Color convert

RGB016962-
CMYK100.630.34
HSL142.01º100%33.14%-
HSV(B)142.01º100%66.27%-
XYZ15.0628.729.31-
YUV106.27103.0152.2-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 169 (66.41% from 255) = 73.16%
BLUE value IS 62 (24.61% from 255) = 26.84%
R=0%
G=73.16%
B=26.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal016962100.630.34142.0110033.14
Hex0A93E6403F228e6421
Octal0251761440774221614441
Binary01010100111111011001000111111100010100011101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A93E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,169,62); }

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

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

 a { background-color: rgb(0,169,62); }

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

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

 span { border-color: rgb(0,169,62); }

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