#06AC2D

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

Shades of Dark Pastel Green #06AC2D

Tints of Dark Pastel Green #06AC2D

Color information

#06AC2D (or 0x06AC2D) is unknown color: approx Dark Pastel Green. HEX triplet: 06, AC and 2D. RGB value is (6,172,45). Sum of RGB (Red+Green+Blue) = 6+172+45=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 172 (67.58% from 255 or 77.13% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 172 - color contains mainly: green. Hex color #06AC2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06AC2D is #F953D2. Grayscale: #6C6C6C. Windows color (decimal): -16339923 or 2993158. OLE color: 2993158.

HSL color Cylindrical-coordinate representation of color #06AC2D: hue angle of 134.1º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AC2D is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB617245-
CMYK0.9700.740.33
HSL134.1º93.26%34.9%-
HSV(B)134.1º96.51%67.45%-
XYZ15.329.737.42-
YUV107.8992.555.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.69%
GREEN value IS 172 (67.58% from 255) = 77.13%
BLUE value IS 45 (17.97% from 255) = 20.18%
R=2.69%
G=77.13%
B=20.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6172450.9700.740.33134.193.2634.9
Hex6AC2D6104A21865d23
Octal62545514101124120613543
Binary11010101100101101110000101001010100001100001101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AC2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06AC2D; }

 p { color: rgb(6,172,45); }

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

<style>
 a { background-color: #06AC2D; }

 a { background-color: rgb(6,172,45); }

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

<style>
 span { border-color: #06AC2D; }

 span { border-color: rgb(6,172,45); }

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