#00AD3E

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

Shades of Dark Pastel Green #00AD3E

Tints of Dark Pastel Green #00AD3E

Color information

#00AD3E (or 0x00AD3E) is unknown color: approx Dark Pastel Green. HEX triplet: 00, AD and 3E. RGB value is (0,173,62). Sum of RGB (Red+Green+Blue) = 0+173+62=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 173 (67.97% from 255 or 73.62% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 173 - color contains mainly: green. Hex color #00AD3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00AD3E is #FF52C1. Grayscale: #6C6C6C. Windows color (decimal): -16732866 or 4107520. OLE color: 4107520.

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

Color convert

RGB017362-
CMYK100.640.32
HSL141.5º100%33.92%-
HSV(B)141.5º100%67.84%-
XYZ15.8130.239.56-
YUV108.62101.6950.53-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 173 (67.97% from 255) = 73.62%
BLUE value IS 62 (24.61% from 255) = 26.38%
R=0%
G=73.62%
B=26.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal017362100.640.32141.510033.92
Hex0AD3E64040208e6422
Octal02557614401004021614442
Binary010101101111110110010001000000100000100011101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00AD3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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