#00A62C

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

Shades of Dark Pastel Green #00A62C

Tints of Dark Pastel Green #00A62C

Color information

#00A62C (or 0x00A62C) is unknown color: approx Dark Pastel Green. HEX triplet: 00, A6 and 2C. RGB value is (0,166,44). Sum of RGB (Red+Green+Blue) = 0+166+44=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 166 (65.23% from 255 or 79.05% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 166 - color contains mainly: green. Hex color #00A62C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00A62C is #FF59D3. Grayscale: #666666. Windows color (decimal): -16734676 or 2926080. OLE color: 2926080.

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

Color convert

RGB016644-
CMYK100.730.35
HSL135.9º100%32.55%-
HSV(B)135.9º100%65.1%-
XYZ14.0927.456.94-
YUV102.469554.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 166 (65.23% from 255) = 79.05%
BLUE value IS 44 (17.58% from 255) = 20.95%
R=0%
G=79.05%
B=20.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal016644100.730.35135.910032.55
Hex0A62C6404923886421
Octal02465414401114321014441
Binary010100110101100110010001001001100011100010001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A62C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,166,44); }

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

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

 a { background-color: rgb(0,166,44); }

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

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

 span { border-color: rgb(0,166,44); }

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