#10AC3A

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

Shades of Dark Pastel Green #10AC3A

Tints of Dark Pastel Green #10AC3A

Color information

#10AC3A (or 0x10AC3A) is unknown color: approx Dark Pastel Green. HEX triplet: 10, AC and 3A. RGB value is (16,172,58). Sum of RGB (Red+Green+Blue) = 16+172+58=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 172 (67.58% from 255 or 69.92% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AC3A is #EF53C5. Grayscale: #707070. Windows color (decimal): -15684550 or 3845136. OLE color: 3845136.

HSL color Cylindrical-coordinate representation of color #10AC3A: hue angle of 136.15º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AC3A is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB1617258-
CMYK0.9100.660.33
HSL136.15º82.98%36.86%-
HSV(B)136.15º90.7%67.45%-
XYZ15.7329.928.95-
YUV112.3697.3259.27-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.50%
GREEN value IS 172 (67.58% from 255) = 69.92%
BLUE value IS 58 (23.05% from 255) = 23.58%
R=6.50%
G=69.92%
B=23.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16172580.9100.660.33136.1582.9836.86
Hex10AC3A5B04221885325
Octal202547213301024121012345
Binary1000010101100111010101101101000010100001100010001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10AC3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10AC3A; }

 p { color: rgb(16,172,58); }

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

<style>
 a { background-color: #10AC3A; }

 a { background-color: rgb(16,172,58); }

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

<style>
 span { border-color: #10AC3A; }

 span { border-color: rgb(16,172,58); }

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