#10A82A

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

Shades of Dark Pastel Green #10A82A

Tints of Dark Pastel Green #10A82A

Color information

#10A82A (or 0x10A82A) is unknown color: approx Dark Pastel Green. HEX triplet: 10, A8 and 2A. RGB value is (16,168,42). Sum of RGB (Red+Green+Blue) = 16+168+42=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 168 (66.02% from 255 or 74.34% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 168 - color contains mainly: green. Hex color #10A82A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A82A is #EF57D5. Grayscale: #6C6C6C. Windows color (decimal): -15685590 or 2795536. OLE color: 2795536.

HSL color Cylindrical-coordinate representation of color #10A82A: hue angle of 130.26º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A82A is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB1616842-
CMYK0.9000.750.34
HSL130.26º82.61%36.08%-
HSV(B)130.26º90.48%65.88%-
XYZ14.6328.286.88-
YUV108.1990.6462.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.08%
GREEN value IS 168 (66.02% from 255) = 74.34%
BLUE value IS 42 (16.80% from 255) = 18.58%
R=7.08%
G=74.34%
B=18.58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16168420.9000.750.34130.2682.6136.08
Hex10A82A5A04B22825324
Octal202505213201134220212344
Binary1000010101000101010101101001001011100010100000101010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,168,42); }

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

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

 a { background-color: rgb(16,168,42); }

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

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

 span { border-color: rgb(16,168,42); }

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