#0aac3d

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

Shades of Dark Pastel Green #0AAC3D

Tints of Dark Pastel Green #0AAC3D

Color information

#0AAC3D (or 0x0AAC3D) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, AC and 3D. RGB value is (10,172,61). Sum of RGB (Red+Green+Blue) = 10+172+61=243 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.12% from 243); Green value is 172 (67.58% from 255 or 70.78% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAC3D is #F553C2. Grayscale: #6F6F6F. Windows color (decimal): -16077763 or 4041738. OLE color: 4041738.

HSL color Cylindrical-coordinate representation of color #0AAC3D: hue angle of 138.89º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAC3D is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB1017261-
CMYK0.9400.650.33
HSL138.89º89.01%35.69%-
HSV(B)138.89º94.19%67.45%-
XYZ15.7229.919.36-
YUV110.9199.8356.03-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.12%
GREEN value IS 172 (67.58% from 255) = 70.78%
BLUE value IS 61 (24.22% from 255) = 25.10%
R=4.12%
G=70.78%
B=25.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10172610.9400.650.33138.8989.0135.69
HexAAC3D5E041218b5924
Octal122547513601014121313144
Binary101010101100111101101111001000001100001100010111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0aac3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0aac3d; }

 p { color: rgb(10,172,61); }

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

<style>
 a { background-color: #0aac3d; }

 a { background-color: rgb(10,172,61); }

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

<style>
 span { border-color: #0aac3d; }

 span { border-color: rgb(10,172,61); }

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