#10A62E

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

Shades of Dark Pastel Green #10A62E

Tints of Dark Pastel Green #10A62E

Color information

#10A62E (or 0x10A62E) is unknown color: approx Dark Pastel Green. HEX triplet: 10, A6 and 2E. RGB value is (16,166,46). Sum of RGB (Red+Green+Blue) = 16+166+46=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 166 (65.23% from 255 or 72.81% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 166 - color contains mainly: green. Hex color #10A62E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A62E is #EF59D1. Grayscale: #6B6B6B. Windows color (decimal): -15686098 or 3057168. OLE color: 3057168.

HSL color Cylindrical-coordinate representation of color #10A62E: hue angle of 132º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A62E is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB1616646-
CMYK0.9000.720.35
HSL132º82.42%35.69%-
HSV(B)132º90.36%65.1%-
XYZ14.3427.587.15-
YUV107.4793.362.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.02%
GREEN value IS 166 (65.23% from 255) = 72.81%
BLUE value IS 46 (18.36% from 255) = 20.18%
R=7.02%
G=72.81%
B=20.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16166460.9000.720.3513282.4235.69
Hex10A62E5A04823845224
Octal202465613201104320412244
Binary1000010100110101110101101001001000100011100001001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A62E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,166,46); }

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

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

 a { background-color: rgb(16,166,46); }

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

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

 span { border-color: rgb(16,166,46); }

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