#00AE3C

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

Shades of Dark Pastel Green #00AE3C

Tints of Dark Pastel Green #00AE3C

Color information

#00AE3C (or 0x00AE3C) is unknown color: approx Dark Pastel Green. HEX triplet: 00, AE and 3C. RGB value is (0,174,60). Sum of RGB (Red+Green+Blue) = 0+174+60=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 174 (68.36% from 255 or 74.36% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 174 - color contains mainly: green. Hex color #00AE3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00AE3C is #FF51C3. Grayscale: #6D6D6D. Windows color (decimal): -16732612 or 3976704. OLE color: 3976704.

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

Color convert

RGB017460-
CMYK100.660.32
HSL140.69º100%34.12%-
HSV(B)140.69º100%68.24%-
XYZ15.9530.69.34-
YUV108.98100.3550.27-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 174 (68.36% from 255) = 74.36%
BLUE value IS 60 (23.83% from 255) = 25.64%
R=0%
G=74.36%
B=25.64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal017460100.660.32140.6910034.12
Hex0AE3C64042208d6422
Octal02567414401024021514442
Binary010101110111100110010001000010100000100011011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00AE3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,174,60); }

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

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

 a { background-color: rgb(0,174,60); }

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

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

 span { border-color: rgb(0,174,60); }

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